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
)
Public Sub New (
parent As Object,
validationOnly As Boolean
)
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