david.thornton-pop
-
9/8/2011 1:27:18 PM
CMSListMenu Path Specification
I'm trying to use the CMSListMenu to get a subset of Linked Documents, but am having troubles with the Path property.
Here's my structure:
Root -Home -About -shared (This is a folder) --Nav (This is a folder) ---LinkedPage1 ---LinkedPage2 ---LinkedPage3
I'm trying to create a list menu of all of the linked documents in /shared/Nav but it's not working. Here's what I tried, which would have thought to work, but doesn't:
Path="/shared/Nav/%"
The following Path specification does work, but it will also get other linked pages not just in the "Nav" folder
Path="/shared/%"
Any suggestions on how to get a CMSListMenu with Linked Documents only in the /shared/Nav/ folder?
|