Enum FilterSortOrder
Predefined sort orders.
Namespace: EPiServer.Filters
Assembly: EPiServer.dll
Version: 10.10.4Syntax
public enum FilterSortOrderFields
| Name | Description | 
|---|---|
| Alphabetical | Sorted alphabetical on name | 
| ChangedDescending | Most recently changed page will be first in list | 
| CreatedAscending | Oldest created page will be first in list | 
| CreatedDescending | Most recently created page will be first in list | 
| Index | Sorted on page index | 
| None | Undefined sort order. | 
| PublishedAscending | Oldest published page will be first in list | 
| PublishedDescending | Most recently published page will be first in list | 
| Rank | Sort on ranking, only supported by special controls | 
