Click or drag to resize

ImportBulkContext Constructor

Constructor.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public ImportBulkContext(
	Object parent,
	bool validationOnly
)

Parameters

parent
Type: SystemObject
The parent object. Currently this is always an IWizPage object.
validationOnly
Type: SystemBoolean
Specifies whether or not this is a validation-only phase of the import.
See Also