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()

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
ExceptionCondition
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also