Click or drag to resize

GenericImportErrorAction Enumeration

How the import operation should behave after an error.

Namespace:  EBP.Api.Interfaces.GenericImport
Assembly:  EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public enum GenericImportErrorAction
Members
  Member nameValueDescription
Continue0 Ignore current errors and continue import.
Cancel1 Cancel import (rollback transaction).
Stop2 Stop import at this item (commit transaction).
See Also