Click or drag to resize

MPInterfacebImportTenantBatchLog Method

Import a new entry into the batch log table. See clsImportTenantBatchLog.

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportTenantBatchLog(
	clsImportTenantBatchLog oAction,
	clsImportBaseeImportMode nImportMode
)

Parameters

oAction
Type: MARIInterfaceclsImportTenantBatchLog
Handle one clsImportTenantBatchLog object
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.

Return Value

Type: Boolean
true at success
See Also