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
private void SortPages(PageDataCollection pages) { FilterSort sorter = new FilterSort(this.SortOrder); sorter.Sort(pages); }
... but the problem is one of the PageDataCollections is popluated by PageTreeLoader.GetPageTree. Apparently the FilterSorter-class is not able to sort different levels of the tree in the right way since the pages on lower levels get moved to another parentnode, so to speak. Anyone that has tried and solved this problem or have any ideas how to solve this? thanx in advance, Johan