Table of Contents

Enum SortDirection

Namespace
Dynamicweb.Frontend.DirectPath
Assembly
Dynamicweb.dll

Defines the sort direction of paths

public enum SortDirection

Fields

ASC = 1

Sorts ascending

DESC = 2

Sorts descending

To top