Enum ImportResultAction
Indicates the action that was committed against the item for importing
Namespace: LemonEdge.API.Core.Processors.Importing
Assembly: LemonEdge.API.dll
Syntax
public enum ImportResultAction : short
Fields
Name | Description |
---|---|
Delete | The data being imported already already according to the key fields, and the import action was marked as delete thus meaning the matching data was actually deleted from the system |
Insert | The data being imported did not exist already according to the key fields, and thus was inserted as a new item |
None | None - The data was not imported into the system |
Update | The data being imported already existed according to the key fields, and thus was updated with the new data values |