This document is archived and information here might be outdated. Recommended version. |
Provides access to members that control the conflict class.
References to the IConflictClass interface are obtained from the IEnumConflictClass enumerator. It is provided as a mechanism to work with conflicting rows from each conflict class after performing a reconcile. If IVersionEdit.Reconcile is not been called prior to getting a reference to the IEnumConflictClass enumerator, the classes will not be available.
Name | Description | |
---|---|---|
DeleteUpdates | The selection set of all the objects which are delete/update conflicts. | |
HasConflicts | Indicates if the conflict class contains conflicts. | |
RestoreRow | Restores the row from either the reconcile version or the prereconcile version. | |
UpdateDeletes | The selection set of all the objects which are update/delete conflicts. | |
UpdateUpdates | The selection set of all the objects which are update/update conflicts. |
CoClasses and Classes | Description |
---|