ITenantsProviderImportRecord Method

Imports a tenant to the underlying storage mechanism.

Namespace:  Dundas.BI.AccountServices.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (10.0.0.1002)
Syntax
bool ImportRecord(
	TenantData tenant
)

Parameters

tenant
Type: Dundas.BI.AccountServices.ExtensibilityTenantData
The tenant to be imported.

Return Value

Type: Boolean
if a new tenant was imported; otherwise .
Exceptions
ExceptionCondition
NotSupportedExceptionThe operation is not supported.
Remarks
If the tenant exists, the tenant should be updated; otherwise, the tenant should be added with the ID being preserved.
See Also