SyncConflictResolution

The type of conflict resolution to employ during Version Cue synchronization.

Class

Read Only

Number SKIP_CONFLICTS = 1986216787

Skips conflicting files.


Read Only

Number ASK_ABOUT_CONFLICTS = 1986216769

Asks the user how to resolve conflicts.


Read Only

Number PREFER_LOCAL = 1986216780

Uses the local version.


Read Only

Number PREFER_PROJECT = 1986216784

Uses the project version.

Was this helpful?