Table of Contents

Enum SortDirection

Namespace
Dynamicweb.Indexing.Querying.Sorting
Assembly
Dynamicweb.Indexing.dll
Enumeration containing sort directions
[Serializable]
[JsonConverter(typeof(StringEnumConverter))]
public enum SortDirection

Fields

Ascending = 0
The ascending sort direction
Descending = 1
The descending sort direction
To top