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 (25.3.0.1000)
Syntaxvoid ClearExternalGroupCache(
	Guid accountId
)
Sub ClearExternalGroupCache ( 
	accountId As Guid
)
void ClearExternalGroupCache(
	Guid accountId
)
abstract ClearExternalGroupCache : 
        accountId : Guid -> unit 
Parameters
- accountId
 - Type: SystemGuid
The ID of the account. 
Exceptions
See Also