| The type of conflict resolution to employ during Version Cue synchronization. |
Value
| Name | Description | Value |
SyncConflictResolution.ASK_ABOUT_CONFLICTS | Asks the user how to resolve conflicts. | 1986216769 =
'vcCA'
|
SyncConflictResolution.PREFER_LOCAL | Uses the local version. | 1986216780 =
'vcCL'
|
SyncConflictResolution.PREFER_PROJECT | Uses the project version. | 1986216784 =
'vcCP'
|
SyncConflictResolution.SKIP_CONFLICTS | Skips conflicting files. | 1986216787 =
'vcCS'
|
|
Usage
| In function
VersionCueSyncStatus Document.synchronizeWithVersionCue ([syncConflictResolution:
SyncConflictResolution=SyncConflictResolution.SKIP_CONFLICTS][, versionComments:
string])
|