var instance; // Type: wijmo.fileexplorer.IFileExplorerResponse; var value; // Type: array value = instance.itemOperationResults;
var itemOperationResults : array;
The collection of item operation results. It has different meaning for different command. For GetItems command, it is an IFileExplorerItem collection which contains sub folders and files. It is an IItemOperationResult collection which contains the success or error informations when call following commands: <ul> <li> Paste</li> <li> Delete</li> <li> Move</li> </ul>
var instance; // Type: wijmo.fileexplorer.IFileExplorerResponse; var value; // Type: array value = instance.itemOperationResults;
var itemOperationResults : array;