FileSystemService.getEntryByIds Method
Gets the files corresponding to the IDs requested.
Parameters
- ids
-
Type: Array
ElementType: String
The IDs of the file system entries to get.
- getOptions
-
Type: GetEntryOptions
(optional) The options to get this file or folder.
Optional: True
Return Value
Type: jQuery.Promise
Value: Array
Element Value: FileSystemEntry
A promise object that is resolved when the call is complete.
If successful, an array of dundas.filesystem.FileSystemEntry is returned.