Name | Description | |
---|---|---|
error | The error message if the action failed. | |
hostUri | The uri of the current web applicaiton. Only for GetHostUri command. | |
itemOperationResults | 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> | |
pageCount | The count of the pages for current action, if allowPaging option is set. Only for GetItems command. | |
pageIndex | The index of the page for the current action, if allowPaging option is set. Only for GetItems command. | |
success | Specifies whether the action succeed. |