How do I sort pages by multiple properties?
Versions:
n/a,
FAQ number:
70,
Old FAQ number: 936
Q: How do I sort pages by multiple properties?
A: Create a filter that sorts the pages using a class that inherits the IComparer interface.
Below is a sample that sorts all pages in a PageList by PageChangedBy and PageChanged properties. The technique used is an implementation of the