Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
Calling all developers! We invite you to provide your input on Feature Experimentation by completing this brief survey.
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))