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


IEnumConflictClass Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IE > IEnumConflictClass Interface
ArcGIS Developer Help

IEnumConflictClass Interface

Provides access to members that enumerate through conflict classes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Description

Objects of this type are created through the IVersionEdit.ConflictClasses property. The enumeration contains a set of IConflictClass objects that contain conflicts after performing a reconcile.

Use the IEnumConflictClass interface when you need to iterate through the classes that contain conflicts.

Members

Name Description
Method Next Retrieves the next conflict class in the enumeration sequence.
Method Reset Resets the enumeration sequence to the beginning.

Classes that implement IEnumConflictClass

Classes Description
EnumConflictClass Esri EnumConflictClass object.