Table of Contents

Enum SortDirection

Namespace
Dynamicweb.Indexing.Querying.Sorting
Assembly
Dynamicweb.Core.dll

Enumeration containing sort directions

[Serializable]
public enum SortDirection

Fields

Ascending = 0

The ascending sort direction

Descending = 1

The descending sort direction

To top