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 (26.2.0.1000)
Syntax
public RemovingAccountFromTenantsEventArgs(
	Guid accountId,
	ICollection<Guid> tenantIds,
	bool isDeletingTenant
)

Parameters

accountId  Guid
The account ID.
tenantIds  ICollectionGuid
The list of tenant IDs from which the account is being removed.
isDeletingTenant  Boolean
Gets a value indicating whether the specified tenants are in the process of being deleted.
See Also