FileSystemService.getMostRecentlyUsed Method
Gets the list of most recently used file system entries.
Parameters
- objectTypes
-
Type: Array
ElementType: ObjectType
(Optional)The array of ObjectType values to be used for filtering the result, or null if entries of any type are returned.
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.