Table of Contents

Enum SortDirection

Namespace
Dynamicweb.Modules.Common
Assembly
Dynamicweb.dll

Stores a sort directions.

public enum SortDirection

Fields

ASC = 0

Sort by ascendant = 0

DESC = 1

Sort by descendant = 1

To top