November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
If you use MenuList instead and set ExpandAll to true (also set EnableVisibleInMenu to false). That way all children should be shown.
PageList per default only takes the children, not the grand children etc. You could also build your own PageDataCollection with the GetDescending method and bind it the page list.
Frederik
Hi,
I have a page hierarchy like
Page A -
Page B
pageC
PageD
I want to get the pageProperties of page C,D from Page A.
I have created Episerver Property in my Page
EPiServer:PageList ID="PageList1" runat="server" PageLink="="<%#CurrentPage.PageLink%>">
<ItemTemplate>
<EPiServer:Property ID="Property2" runat="server" PropertyName="PageName" />
</ItemTemplate>
</EPiServer:PageList>
This will give only Page B. How do i get the Page c and Page D