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 |
|
|---|---|
<se:text access="edit" accessdenied="Access denied">
Access granted
</se:text>
|
|
| Example Result |
|
|---|---|
Access denied |
|