Enum SortDirection
Define a sort direction
Namespace: DocuWare.Platform.ServerClient
Assembly: DocuWare.Platform.ServerClient.dll
Syntax
public enum SortDirection
  Fields
| Name | Description | 
|---|---|
| Asc | Sorts a field in ascending order.  | 
      
| Default | Sorts a field in the default order.  | 
      
| Desc | Sorts a field in descending order.  |