jkh80
-
5/5/2009 12:03:02 PM
Sitemap control displaying items that should be hidden
I'm using a CMSSiteMap control and I would like it to only display CMS.MenuItem items, but it is showing all items in my site structure for some reason.
Also, it is even showing items that have the "Show in sitemap" property unchecked.
No matter what I set the control properties to, this behaviour persists.
Here is the markup I am using to render my control, any help would be appreciated:
<cms:CMSSiteMap ID="CMSSiteMap1" runat="server" ClassNames="CMS.MenuItem" SelectOnlyPublished="true" SiteName="MySite" Path="/%" />
|