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

The source paths used for delete, move or paste command. <ul> <li> Delete - Delete the specified paths.</li> <li> Paste - Copy the specified paths defined in sourcePaths to the path.</li> <li> Move - Move the specified paths defined in sourcePaths to the path.</li> </ul>

Syntax
var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest;
var value; // Type: any
value = instance.sourcePaths;
var sourcePaths : any;
See Also

Reference

IFileExplorerRequest Interface