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