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
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Remarks
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.