A filter to sort a PageDataCollection by the values for a property.
Namespace:
EPiServer.FiltersAssembly: EPiServer (in EPiServer.dll) Version: 6.0.530.0
Syntax
| C# |
|---|
public class FilterPropertySort : IComparer<PageData>, IPageFilter |
Remarks
If you want to define your own sort filter on a webcontrol that inherits from PageListData,
you must ensure that the default sort filter is not added to the filter queue. Should you
forget to do this the results of your sort filter will be resorted by the default sort
filter which always executes last.