IFileSystemServiceClearMostRecentlyUsed(NullableGuid, NullableGuid) Method |
Clears the most recently used list for the specified account.
Namespace: Dundas.BI.FileSystemAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntaxvoid ClearMostRecentlyUsed(
Guid? accountId,
Guid? tenantId
)
Sub ClearMostRecentlyUsed (
accountId As Guid?,
tenantId As Guid?
)
void ClearMostRecentlyUsed(
Nullable<Guid> accountId,
Nullable<Guid> tenantId
)
abstract ClearMostRecentlyUsed :
accountId : Nullable<Guid> *
tenantId : Nullable<Guid> -> unit Parameters
- accountId NullableGuid
- The ID of the account, or to use the account associated with the current caller context.
- tenantId NullableGuid
- The tenant ID to use if accountId is specified.
Exceptions
See Also