IAccountsProvider3AccountExists Method

Determines whether the account with the specified ID exists.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
bool AccountExists(
	Guid accountId
)

Parameters

accountId
Type: SystemGuid
The ID of the account.

Return Value

Type: Boolean
if the account exists; otherwise, .
See Also