Access Parameter Example
This example is perhaps a little too straight forward. If the current user has AccessTypeLevel "edit" for the current item the text "Access granted" will be displayed, if not "Access denied".
Smartsite SXML | Copy Code |
---|---|
<se:text access="edit" accessdenied="Access denied"> Access granted </se:text> |
Example Result | Copy Code |
---|---|
Access denied |