Take the community feedback survey now.
AI OnAI Off
Take the community feedback survey now.
using EPiServer.Filters;
...
FilterSort sorter = new FilterSort(FilterSortOrder.PublishedDescending);
// This will sort an existing collection of pages
sorter.Sort(oPages);
foreach (PageData d in new PageList().GetChildren(CurrentPage.PageLink))