This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IC > IConflictClass Interface > IConflictClass.UpdateUpdates Property (ArcObjects .NET 10.4 SDK) |
The selection set of all the objects which are update/update conflicts.
[Visual Basic .NET] Public ReadOnly Property UpdateUpdates As ISelectionSet
[C#] public ISelectionSet UpdateUpdates {get;}
[C++]
HRESULT get_UpdateUpdates(
ISelectionSet** updateUpdateSet
);
[C++]
Parameters updateUpdateSet [out, retval]
updateUpdateSet is a parameter of type ISelectionSet
The UpdateUpdates method returns an ISelectionSet of all the object IDs of rows that have been updated 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.