Click or drag to resize

MPInterfacebImportTenantAction Method

Import the "to be executed" Action in the master Datbase(=Organizer of the tanants). See clsImportTenantAction. The execution on the remote database will be done via TenantExecuteLocalAction(clsImportTenantAction).

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportTenantAction(
	clsImportTenantAction oTanantAction,
	clsImportBaseeImportMode nImportMode
)

Parameters

oTanantAction
Type: MARIInterfaceclsImportTenantAction
Handle one clsImportTenantAction object
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.

Return Value

Type: Boolean
true at success
See Also