ObjectImporterSettings Properties |
The ObjectImporterSettings type exposes the following members.
Name | Description | |
---|---|---|
![]() | AcceptPartialImport |
If set, the import will commit one object at a time.
It means a partial result is persisted even if an exception is raised.
|
![]() | AllowedErrors |
Threshold for no. of allowed errors before the import terminates.
|
![]() ![]() | Default | |
![]() | IgnoreNonAllowedPropertyChanges |
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.
|
![]() | IgnoreNonPresentTypeProperties |
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.
|
![]() | SkipImport |
Set to true to only deserialize the xml data - don't perform the actual import.
|
![]() | TreatAsInternalOperation |
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.
|