Click or drag to resize

MPInterfacebImportProjectCollection Method

Import a collection of clsImportProject objects.

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

Parameters

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

Return Value

Type: Boolean
Remarks