msoSyncConflictResolutionType |
Specifies how conflicts should be resolved when synchronizing a shared document. |
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. |
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. |
© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited Top