var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest; var value; // Type: any value = instance.sourcePaths;
var sourcePaths : any;
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>
var instance; // Type: wijmo.fileexplorer.IFileExplorerRequest; var value; // Type: any value = instance.sourcePaths;
var sourcePaths : any;