This document is archived and information here might be outdated.  Recommended version.


IConflictClass.DeleteUpdates Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConflictClass Interface > IConflictClass.DeleteUpdates Property
ArcGIS Developer Help

IConflictClass.DeleteUpdates Property

The selection set of all the objects which are delete/update conflicts.

[Visual Basic .NET]
Public ReadOnly Property DeleteUpdates As ISelectionSet
[C#]
public ISelectionSet DeleteUpdates {get;}
[C++]
HRESULT get_DeleteUpdates(
  ISelectionSet** deleteUpdateSet
);
[C++]
Parameters
deleteUpdateSet [out, retval]

deleteUpdateSet is a parameter of type ISelectionSet**

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

The DeleteUpdates method returns an ISelectionSet of all the object IDs of rows that have been deleted in the edit version and updated in the target reconcile version. If no conflicts were detected the selection set is null.

The selection set returned from the method can also be used to remove object IDs from the Editor's conflicts window.

See Also

IConflictClass Interface