Open this page in the API Guide

IAccountsProvider3.IsAccountInTenant Method

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool IsAccountInTenant(
	Guid accountId,
	Guid tenantId
)

Parameters

accountId
Type: System.Guid
The ID of the account.
tenantId
Type: System.Guid
The ID of the tenant.

Return Value

Type: Boolean
true if the account is associated with the tenant; otherwise, false.
See Also