ASPX templates
Version 6.x > ASPX templates > Path expression Treeview View modes: 
User avatar
Member
Member
maassenbas-hotmail - 1/6/2012 8:34:23 AM
   
Path expression Treeview
Hello,

I want to display specific items with the property 'Path' in a treeview.
I have a structure that looks like this:

- BlankSite
- Map1
- Submap1
- Submap2
- Submap3
- Map2

Now my question:

Is it possible to display only submap1, submap2 and submap3 with a path expression?

Thanks in advance!

Bas

User avatar
Member
Member
nicolas.juteau-nexun - 1/6/2012 10:56:28 AM
   
RE:Path expression Treeview
Hi Bas,

You should try the path: /Submap_

Reading this should also help you ;)

You can also use _ as a wildcard character for a single character.

Examples:

/Product_ - selects documents /ProductA, /Product1, etc.



User avatar
Member
Member
rahat.veraida-gmail - 1/25/2012 6:13:11 AM
   
RE:Path expression Treeview
I think you can also use /Map1/%