SaaS CMS has officially launched! Learn more now.

Class FilterSortOrder

Predefined sort orders.

Inheritance
System.Object
FilterSortOrder
Namespace: EPiServer.Filters
Assembly: EPiServer.dll
Version: 12.0.3
Syntax
public sealed class FilterSortOrder : Enum

Fields

Alphabetical

Sorted alphabetical on name

Declaration
public const FilterSortOrder Alphabetical
Field Value
Type Description
FilterSortOrder

ChangedDescending

Most recently changed page will be first in list

Declaration
public const FilterSortOrder ChangedDescending
Field Value
Type Description
FilterSortOrder

CreatedAscending

Oldest created page will be first in list

Declaration
public const FilterSortOrder CreatedAscending
Field Value
Type Description
FilterSortOrder

CreatedDescending

Most recently created page will be first in list

Declaration
public const FilterSortOrder CreatedDescending
Field Value
Type Description
FilterSortOrder

Index

Sorted on page index

Declaration
public const FilterSortOrder Index
Field Value
Type Description
FilterSortOrder

None

Undefined sort order.

Declaration
public const FilterSortOrder None
Field Value
Type Description
FilterSortOrder

PublishedAscending

Oldest published page will be first in list

Declaration
public const FilterSortOrder PublishedAscending
Field Value
Type Description
FilterSortOrder

PublishedDescending

Most recently published page will be first in list

Declaration
public const FilterSortOrder PublishedDescending
Field Value
Type Description
FilterSortOrder

Rank

Sort on ranking, only supported by special controls

Declaration
public const FilterSortOrder Rank
Field Value
Type Description
FilterSortOrder

value__

Declaration
public int value__
Field Value
Type Description
System.Int32

Extension Methods