IFileSystemServiceGetMostRecentlyUsed Method |
Gets the list of most-recently-used entries for the caller's account.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax IList<FileSystemEntry> GetMostRecentlyUsed()
Function GetMostRecentlyUsed As IList(Of FileSystemEntry)
IList<FileSystemEntry^>^ GetMostRecentlyUsed()
abstract GetMostRecentlyUsed : unit -> IList<FileSystemEntry>
Return Value
Type:
IListFileSystemEntry
The list of most-recently-used file system entries for the caller. The list is in descending order based
on the date/time each entry was last used by the caller's account.
Exceptions See Also