Wijmo UI for the Web
sortDirection Field
wijmo.fileexplorer Namespace > IFileExplorerRequest Interface : sortDirection Field

The direction of sort while getting items. Only used for GetItems command. The value is one of the following: <ul> <li>ascending</li> <li>descending</li> </ul>

Syntax
var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest;
var value; // Type: string
value = instance.sortDirection;
var sortDirection : string;
See Also

Reference

IFileExplorerRequest Interface