MinimumBrowse- and -AccessLevel Example

This example illustrates the use of the MinimumBrowseLevel and MinimumAccessLevel parameters for the Xlinks, Parents, Siblings and SiteMap macros.

The parent folder contains five items, two of which are not browsable by the Guests group. These items are not hown to unauthenticated visitors.

The first and second macro are functionally equivalent; the AccessTypeLevel "ViewItem" is Publication access level 100.

Smartsite SXML CopyCode image Copy Code
<se:xlinks parent="24658" minimumaccesslevel="ViewItem" />
Example Result CopyCode image Copy Code
<ul>
<li><a href="/test.net?id=24659">Example item 1</a></li>
<li><a href="/test.net?id=24661">Example item 3</a></li>
<li><a href="/test.net?id=24662">Example item 4</a></li>
</ul>