Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
AI OnAI Off
Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more
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))