Site structure
Version 6.x > Site structure > Path of current document and documents under current path View modes: 
User avatar
Member
Member
cadi2108 - 1/25/2012 7:53:13 AM
   
Path of current document and documents under current path
Hello,

I have following documents structure:

->main
---->animals
-------->dogs
-------->cats
---->plants
-------->flowers
-------->trees

And I want to add to "Path" : animals, dogs and cats.
Path="/animals" -> display only document animals
Path="/animals/%" -> display only dogs and cats.
And I need it together. How can I get it?

Best regards.

User avatar
Kentico Support
Kentico Support
kentico_janh - 1/26/2012 2:57:15 AM
   
RE:Path of current document and documents under current path
Hello,

You are probably talking about some navigation web part and these web parts contain a where condition property, in which you can specify, what documents have to be displayed, so if your "main" page is a master page, the properties of the web part could look like the following ones:

Path: /%
Document types: CMS.MenuItem
Maximum nesting level: -1
WHERE condition: NodeAliasPath LIKE '/animals%'


Best regards,
Jan Hermann