RemovingAccountFromTenantsEventArgs Constructor

Initializes a new instance of the RemovingAccountFromTenantsEventArgs class.

Namespace:  Dundas.BI.AccountServices
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public RemovingAccountFromTenantsEventArgs(
	Guid accountId,
	ICollection<Guid> tenantIds,
	bool isDeletingTenant
)

Parameters

accountId
Type: SystemGuid
The account ID.
tenantIds
Type: System.Collections.GenericICollectionGuid
The list of tenant IDs from which the account is being removed.
isDeletingTenant
Type: SystemBoolean
Gets a value indicating whether the specified tenants are in the process of being deleted.
See Also