Table of Contents

Enum SortOrder

Namespace
Dynamicweb.Frontend.FilePublisher
Assembly
Dynamicweb.dll

epresents the different sorting direction

public enum SortOrder

Fields

Ascending = 0

Sorts ascending

Descending = 1

Sorts descending

To top