This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Editor > ESRI.ArcGIS.Editor > Classes > C > ConflictsWindow Class (ArcObjects .NET 10.5 SDK) |
Window used to resolve versioning conflicts.
ConflictsWindow is a non-creatable object. References to non-creatable objects must be obtained through other objects.
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. |
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.