var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest; var value; // Type: string value = instance.sortDirection;
var sortDirection : string;
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>
var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest; var value; // Type: string value = instance.sortDirection;
var sortDirection : string;