MsoSyncConflictResolutionType Enumeration
Specifies how conflicts should be resolved when synchronizing a shared document.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Public Enumeration MsoSyncConflictResolutionType
'Usage
Dim instance As MsoSyncConflictResolutionType
public enum MsoSyncConflictResolutionType
Members
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. |
Remarks
Used with the ResolveConflict method of the Sync object.