Click or drag to resize

ObjectImporterResult Properties

The ObjectImporterResult type exposes the following members.

Properties
  NameDescription
Public propertyCreatedObjectIds
Ids of data objects that have been created as part of the import.
Public propertyDeletedObjectIds
Ids of data objects that have been deleted as part of the import.
Public propertyErrors
Public propertyErrorsWithIndex
Each error message is for a specific object and is prefixed with the index of the object (in the xml specified for "ImportDataObjects"). Format: "[index]:[error message]"
Public propertyIgnoredObjectCount
Number of objects that was ignored by the import. Ignored objects are the ones that: * Has operation == 'None'. * Has operation == 'UpdateIfExists' and the object was not found. * Has operation == 'DeleteIfExists' and the object was not found.
Public propertyIgnoredObjectIndexes
Indexes of objects that were ignored by the import.
Public propertyUnchangedObjectIds
Ids of data objects that have been attempted updated but where the import didn't actually change them because they were identical.
Public propertyUpdatedObjectIds
Ids of data objects that have been updated (where there actually were a change) as part of the import.
Top
See Also