Wijmo UI for the Web
itemOperationResults Field
wijmo.fileexplorer Namespace > IFileExplorerResponse Interface : itemOperationResults Field

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>

Syntax
var instance; // Type: wijmo.fileexplorer.IFileExplorerResponse;
var value; // Type: array
value = instance.itemOperationResults;
var itemOperationResults : array;
See Also

Reference

IFileExplorerResponse Interface