ImportDefinitionColumnBasedActionType

The ImportDefinitionColumnBasedActionType object indicates which action to take on columns during an import definition.

NameData TypeDescription
AddAndUpdateEnumerationAdds new subscribers and updates existing subscribers. This property applies to both subscriber lists and data extensions. It corresponds to the Add and Update option.
AddButDoNotUpdateEnumerationIndicates that values are added if no value is present, but existing values are not changed
DeleteEnumerationIndicates whether an object is deleted.
SkipEnumerationIndicates that this value is skipped with no action taken.
UpdateButDoNotAddEnumerationIndicates that any existing values are updated, but no new values can be entered. This property applies to both subscriber lists and data extensions. It corresponds to the Update Only option.