MsoSyncConflictResolutionType enumeration
Office 2013 and later
Specifies how conflicts should be resolved when synchronizing a shared document.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
| Member name | Description | |
|---|---|---|
| msoSyncConflictClientWins | Replace the server copy with the local copy. | |
| msoSyncConflictServerWins | Replace the local copy with the server copy. | |
| msoSyncConflictMerge | Merge changes made to the server copy into the local copy. In order to resolve the conflict with the merged changes winning, you must save the active document after merging changes, then call the ResolveConflict method again with the msoSyncConflictClientWins option. |
Show: