MsoSyncConflictResolutionType Enumeration
Specifies how conflicts should be resolved when synchronizing a shared document.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Usage
Dim msoSyncConflictResolutionType1 As MsoSyncConflictResolutionType = MsoSyncConflictResolutionType.msoSyncConflictClientWins
Syntax
Public Enum MsoSyncConflictResolutionType
public enum MsoSyncConflictResolutionType
public enum class MsoSyncConflictResolutionType
public enum MsoSyncConflictResolutionType
public enum MsoSyncConflictResolutionType
Members
Member name | Description |
---|---|
msoSyncConflictClientWins | Replace the server copy with the local 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. |
msoSyncConflictServerWins | Replace the local copy with the server copy. |
Remarks
Used with the ResolveConflict method of the Sync object.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000