November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
EPiServer.Core.PageDataCollection ChildPages;
ChildPages = GetChildren(new PageReference(pageID))
EPiServer.Core.PageDataCollection ChildPages; ChildPages = GetChildren(pageLink)
The problem is that pageLink is of type PageReference, and all I have is an pageID of the type string. So my question is: How do I list articles/news/pages whn I only have the PageID?