ArcObjects Library Reference (Editor)  

ConflictsWindow Class

Window used to resolve versioning conflicts.

ConflictsWindow is a non-creatable object. References to non-creatable objects must be obtained through other objects.

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 editors 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.