Click or drag to resize

ObjectImporterResultIgnoredObjectCount Property

Number of objects that was ignored by the import. Ignored objects are the ones that: * Has operation == 'None'. * Has operation == 'UpdateIfExists' and the object was not found. * Has operation == 'DeleteIfExists' and the object was not found.

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

Property Value

Type: Int32
See Also