Click or drag to resize

ObjectImporterSettings Properties

The ObjectImporterSettings type exposes the following members.

Properties
  NameDescription
Public propertyAcceptPartialImport
If set, the import will commit one object at a time. It means a partial result is persisted even if an exception is raised.
Public propertyAllowedErrors
Threshold for no. of allowed errors before the import terminates.
Public propertyStatic memberDefault
Public propertyIgnoreNonAllowedPropertyChanges
If set to true the import will not fail if an update to a data object violates an authoritative source policy. If set to true any changes for properties that aren't allowed to be updated are ignored.
Public propertyIgnoreNonPresentTypeProperties
If set to true the import will not fail if a data object states a value for a property that isn't present on the data object type. The property must, however, exist in the system.
Public propertySkipImport
Set to true to only deserialize the xml data - don't perform the actual import.
Public propertyTreatAsInternalOperation
By default changes to data objects, that are made via the ImportSerializedDataObjects api, are considered as having an external origin. This has an impact on the validation of authoritative source policies. By setting TreatAsInternalOperation=true the operations are instead considered as having an internal origin.
Top
See Also