This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEdit Interface > IVersionEdit.ConflictClasses Property (ArcObjects .NET 10.4 SDK) |
All objects which contain conflicts between the current and reconciled versions.
[Visual Basic .NET] Public ReadOnly Property ConflictClasses As IEnumConflictClass
[C#] public IEnumConflictClass ConflictClasses {get;}
[C++]
HRESULT get_ConflictClasses(
IEnumConflictClass** ConflictClasses
);
[C++]
Parameters ConflictClasses [out, retval]
ConflictClasses is a parameter of type IEnumConflictClass
The read-only property ConflictClasses returns an IEnumConflictClass that can be used to iterate over the Classes that have conflicts between the current version and the target reconciled version.
This property should only be called after a Reconcile or the enumeration will be empty.