FileSystemService.getEntryById Method
Gets the file or folder by ID.
Parameters
- id
-
Type: String
The ID of the file or folder to get.
- getOptions
-
Type: GetEntryOptions
(optional) The options to get this file or folder.
Optional: True
Return Value
Type: jQuery.Promise
Value: dundas.filesystem.FileSystemEntry
A promise object that is resolved when the call is complete.
If successful, a dundas.filesystem.FileSystemEntry object is returned.