IFileSystemServiceAddToMostRecentlyUsed Method |
Namespace: Dundas.BI.FileSystem
Exception | Condition |
---|---|
ArgumentException | entryId is Empty. |
InvalidSessionException | The caller context is not associated with a valid session. |
This method may return if an entry with the specified ID was not found.
If the item is already on the most-recently-used list, its last-access time will be updated.
If, after adding an entry to the list, the number of items in the list (for the caller's account) is greater than FileSystemMostRecentlyUsedListMaxSize, the oldest entries are trimmed from the list.