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

The request operation. The value is one of the following: <ul> <li>Paste - Paste a file or folder to a location. </li> <li>GetItems - Get sub folders and files contained in. </li> <li>CreateDirectory - Create a new directory. </li> <li>Delete - Delete files or folders. </li> <li>Rename - Rename a file or directory. </li> <li>Move - Move files or folders to a new folder* <li>GetHostUri - Get the uri of the current web application. </ul>

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

Reference

IFileExplorerRequest Interface