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 (10.0.0.1002)
Syntaxvoid ClearMostRecentlyUsed(
Guid? accountId
)
Sub ClearMostRecentlyUsed (
accountId As 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
See Also