Open this page in the API Guide

IFileSystemService.GetMostRecentlyUsed 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 (25.1.0.1000)
Syntax
IList<FileSystemEntry> GetMostRecentlyUsed()

Return Value

Type: IList<FileSystemEntry>
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