Class FilterSortOrder
Predefined sort orders.
Inheritance
System.Object
    FilterSortOrder
  Namespace: EPiServer.Filters
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public sealed class FilterSortOrder : EnumFields
Alphabetical
Sorted alphabetical on name
Declaration
public const FilterSortOrder AlphabeticalField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
ChangedDescending
Most recently changed page will be first in list
Declaration
public const FilterSortOrder ChangedDescendingField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
CreatedAscending
Oldest created page will be first in list
Declaration
public const FilterSortOrder CreatedAscendingField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
CreatedDescending
Most recently created page will be first in list
Declaration
public const FilterSortOrder CreatedDescendingField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
Index
Sorted on page index
Declaration
public const FilterSortOrder IndexField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
None
Undefined sort order.
Declaration
public const FilterSortOrder NoneField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
PublishedAscending
Oldest published page will be first in list
Declaration
public const FilterSortOrder PublishedAscendingField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
PublishedDescending
Most recently published page will be first in list
Declaration
public const FilterSortOrder PublishedDescendingField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
Rank
Sort on ranking, only supported by special controls
Declaration
public const FilterSortOrder RankField Value
| Type | Description | 
|---|---|
| FilterSortOrder | 
value__
Declaration
public int value__Field Value
| Type | Description | 
|---|---|
| System.Int32 | 
