Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
PageDataCollection pdc = EPiServer.Global.EPDataFactory.GetChildren(CurrentPage.PageLink);
FilterPropertySort sort = new FilterPropertySort("MainBody", FilterSortDirection.Ascending);
sort.Filter(null, new FilterEventArgs(pdc));
/HAXEN