Open this page in the API Guide

IFileSystemService.ClearMostRecentlyUsed Method (Nullable<Guid>, Nullable<Guid>)

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 (25.1.0.1000)
Syntax
void ClearMostRecentlyUsed(
	Guid? accountId,
	Guid? tenantId
)

Parameters

accountId
Type: System.Nullable<Guid>
The ID of the account, or null to use the account associated with the current caller context.
tenantId
Type: System.Nullable<Guid>
The tenant ID to use if accountId is specified.
Exceptions
ExceptionCondition
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