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


ConflictsWindow Class (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Classes > C > ConflictsWindow Class
ArcGIS Developer Help

ConflictsWindowClass Class

Window used to resolve versioning conflicts.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

Interfaces

Interfaces Description
IConflictDisplay Provides access to the Conflict display environment.
IConflictsWindow Provides access to Conflicts Display Window.
IConflictsWindow2 Provides access to Conflicts Display Window.
IConflictsWindow3 Provides access to Conflicts Display Window.
IExtension (esriSystem) Provides access to members that define an extension.

Remarks

ConflictsWindow is an extension that presents the conflicts between the current edit version, the version the edits are being saved into, and the original state of the editor�s data when its edit session first started. Conflicts arise when features are modified by more than one person. For example, if two people start an edit session on the same
version and edit the same feature, the last editor to save the modifications will get a conflict that must be resolved if any edits made are to be committed to the database. 

Use IEditor::FindExtension to access the ConflictsWindow class programmatically.