IFileSystemServiceClearMostRecentlyUsed Method (NullableGuid)

Note: This API is now obsolete.

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 (24.3.0.1000)
Syntax
[ObsoleteAttribute("Use the overload which takes a tenant ID")]
void ClearMostRecentlyUsed(
	Guid? accountId
)

Parameters

accountId
Type: SystemNullableGuid
The ID of the account, or to use the account associated with the current caller context.
Exceptions
ExceptionCondition
InvalidOperationExceptionThe specified account belongs to more than one tenant.
ArgumentExceptionaccountId or tenantId is Empty.
NoPrivilegeExceptionThe caller does not have access to manage the most recently used list for the specified account.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also