Click or drag to resize

ObjectImporterSettingsTreatAsInternalOperation Property

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.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public bool TreatAsInternalOperation { get; set; }

Property Value

Type: Boolean
See Also