Click or drag to resize

MPInterfacebImportPhaseCollection Method

Import a collection of clsImportPhase objects See clsImportPhase for details.

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

Parameters

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

Return Value

Type: Boolean
See Also