IAccountServiceClearExternalGroupCache Method

Clears the external group cache for the specified account.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.2.0.1000)
Syntax
void ClearExternalGroupCache(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The ID of the account.
Exceptions
ExceptionCondition
ArgumentExceptionaccountId is Empty.
NoPrivilegeExceptionThe caller is not a system administrator.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also