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

The expression of sort while getting items. Only used for GetItems command. The value is one of the following: <ul> <li>name</li> <li>size</li> </ul>

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

Reference

IFileExplorerRequest Interface