Click or drag to resize

MPInterfacebImportResourcePoolCollection Method

Import a collection of resource pool clsImportResourcePool objects.

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

Parameters

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

Return Value

Type: Boolean
Remarks