Don't miss out Virtual Happy Hour this Friday (April 26).

Try our conversational search powered by Generative AI!

Enum FilterSortOrder

Predefined sort orders.

Namespace: EPiServer.Filters
Assembly: EPiServer.dll
Version: 11.20.7
Syntax
public enum FilterSortOrder

Fields

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

Extension Methods