MsoSyncConflictResolutionType Enum

Definition

Specifies how conflicts should be resolved when synchronizing a shared document.

public enum class MsoSyncConflictResolutionType
public enum MsoSyncConflictResolutionType
type MsoSyncConflictResolutionType = 
Public Enum MsoSyncConflictResolutionType
Inheritance
MsoSyncConflictResolutionType

Fields

msoSyncConflictClientWins 0

Replace the server copy with the local copy.

msoSyncConflictMerge 2

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.

msoSyncConflictServerWins 1

Replace the local copy with the server copy.

Remarks

Used with the ResolveConflict method of the Sync object.

Applies to