Click or drag to resize

MPInterfacebImportBusinessUnitCollection Method

Import a collection of clsImportSetupBusinessUnits objects

Namespace:  MARIInterface
Assembly:  MARIInterface (in MARIInterface.dll) Version: 8.0.0.100
Syntax
public bool bImportBusinessUnitCollection(
	List<clsImportSetupBusinessUnits> oCollection,
	clsImportBaseeImportMode nImportMode
)

Parameters

oCollection
Type: System.Collections.GenericListclsImportSetupBusinessUnits
Collection of clsImportSetupBusinessUnits objects
nImportMode
Type: MARIInterfaceclsImportBaseeImportMode
Type of validation. See eImportMode for details.

Return Value

Type: Boolean
true at success
Remarks