Wijmo UI for the Web
IFileExplorerResponse Interface
wijmo.fileexplorer Namespace : IFileExplorerResponse Interface
The response data received from the server side specified by actionUri option.
Fields
 NameDescription
 Field

The error message if the action failed.

 
 Field

The uri of the current web applicaiton. Only for GetHostUri command.

 
 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>

 
 Field

The count of the pages for current action, if allowPaging option is set. Only for GetItems command.

 
 Field

The index of the page for the current action, if allowPaging option is set. Only for GetItems command.

 
 Field

Specifies whether the action succeed.

 
Top
See Also

Reference

wijmo.fileexplorer Namespace