November Happy Hour will be moved to Thursday December 5th.
AI OnAI Off
November Happy Hour will be moved to Thursday December 5th.
PageDataCollection pdc = EPiServer.Global.EPDataFactory.GetChildren(CurrentPage.PageLink);
FilterPropertySort sort = new FilterPropertySort("MainBody", FilterSortDirection.Ascending);
sort.Filter(null, new FilterEventArgs(pdc));
/HAXEN