The selection set of all the objects which are update/delete conflicts.
[Visual Basic .NET] Public ReadOnly Property UpdateDeletes As ISelectionSet
[C#] public ISelectionSet UpdateDeletes {get;}
[C++]
HRESULT get_UpdateDeletes(
ISelectionSet** updateDeleteSet
);
[C++]Parameters
updateDeleteSet [out, retval]updateDeleteSet is a parameter of type ISelectionSet
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
The UpdateDeletes method returns an ISelectionSet of all the object IDs of rows that have been updated in the edit version and deleted 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.