Click or drag to resize

ObjectImporterResultUpdatedObjectIds Property

Ids of data objects that have been updated (where there actually were a change) as part of the import.

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

Property Value

Type: ListInt32
See Also