Show / Hide Table of Contents

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.

Back to top Copyright © 2015-2016 Contentful
Generated by DocFX