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


IVersionEdit.ConflictClasses Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IV > IVersionEdit Interface > IVersionEdit.ConflictClasses Property
ArcGIS Developer Help

IVersionEdit.ConflictClasses Property

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.

See Also

IVersionEdit Interface