IFileSystemServiceClearMostRecentlyUsed Method |
Clears the most recently used list for the specified account.
Namespace:
Dundas.BI.FileSystem
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (8.0.2.1001)
Syntaxvoid ClearMostRecentlyUsed(
Nullable<Guid> accountId
)
Sub ClearMostRecentlyUsed (
accountId As Nullable(Of Guid)
)
void ClearMostRecentlyUsed(
Nullable<Guid> accountId
)
abstract ClearMostRecentlyUsed :
accountId : Nullable<Guid> -> unit
Parameters
- accountId
- Type: SystemNullableGuid
The ID of the account, or to use the account associated with the current caller context.
Exceptions| Exception | Condition |
|---|
| ArgumentException | accountId is Empty. |
| NoPrivilegeException | The caller does not have access to manage the most recently used list for the specified account. |
| InvalidSessionException | The caller context is not associated with a valid session. |
See Also