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.
public static PageDataCollection GetNavChildren( PageReference parentPage )
{
PageDataCollection navChildren = new PageDataCollection();
foreach( PageData page in Global.EPDataFactory.GetChildren( parentPage ))
{
if( page.VisibleInMenu )
navChildren.Add( page );
}
return navChildren;
}
And you if you want to start from the site homepage, pass Configuration.StartPage as the input parameter.