World is now on Opti ID! Learn more
AI OnAI Off
World is now on Opti ID! Learn more
PageDataCollection pdc = EPiServer.Global.EPDataFactory.GetChildren(CurrentPage.PageLink);
FilterPropertySort sort = new FilterPropertySort("MainBody", FilterSortDirection.Ascending);
sort.Filter(null, new FilterEventArgs(pdc));
/HAXEN