Click or drag to resize

ObjectImporterResultUnchangedObjectIds Property

Ids of data objects that have been attempted updated but where the import didn't actually change them because they were identical.

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public List<int> UnchangedObjectIds { get; }

Property Value

Type: ListInt32
See Also