A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
AI OnAI Off
A critical vulnerability was discovered in React Server Components (Next.js). Our systems remain protected but we advise to update packages to newest version. Learn More.
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