PageDataCollection pdc = EPiServer.Global.EPDataFactory.GetChildren(CurrentPage.PageLink);
FilterPropertySort sort = new FilterPropertySort("MainBody", FilterSortDirection.Ascending);
sort.Filter(null, new FilterEventArgs(pdc));
/HAXEN