Enum SortOrder
Represents the sort orders supported by the Contentful API.
Namespace:Contentful.Core.Search
Assembly:cs.temp.dll.dll
Syntax
public enum SortOrder
Fields
Name | Description |
---|---|
Normal | The normal sort order, e.g. A->Z for alphabetical fields. |
Reversed | The reversed sort order, e.g Z->A for alphabetical fields. |