Hi is there a way to get the elements for every subpage 2 levels deeper 
than current page?

Page1
    Container1
        SubPage1
            Elements
        SubPage2
            Elements
        SubPageX
            Elements

I tried the following but its not working:

<reddot:cms>
<foreach itemname="PageElements" object="Context:CurrentPage.Elements" 
countername="mainPageCounter">
<foreach itemname="SubPageElements" 
object="Store:PageElements.GetElement(cont_Side).Value[Int32:Store:mainPageCounter].Elements"
 
countername="SubPage">
<output type="object" object="Store:SubPageElements.Name" />
</foreach>
</foreach>
</reddot:cms>


-- 
You received this message because you are subscribed to the Google Groups 
"RedDot CMS Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to reddot-cms-users+unsubscr...@googlegroups.com.
To post to this group, send email to reddot-cms-users@googlegroups.com.
Visit this group at https://groups.google.com/group/reddot-cms-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to