Open this page in the API Guide

IAccountsProvider3.GetAccountsInTenant Method

Gets the IDs of all accounts in the specified tenant.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
ICollection<Guid> GetAccountsInTenant(
	Guid tenantId
)

Parameters

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

Return Value

Type: ICollection<Guid>
A collection containing the IDs of all accounts in the specified tenant.
Remarks
Note Note
If the tenant does not exist, this method should return an empty collection.
See Also