This topic has not yet been rated - Rate this topic

ConflictResolutionPolicy Enumeration

Represents the options for the conflict resolution policy to use for the synchronization session.

Namespace: Microsoft.Synchronization
Assembly: Microsoft.Synchronization (in microsoft.synchronization.dll)
public enum ConflictResolutionPolicy
public enum ConflictResolutionPolicy
public enum ConflictResolutionPolicy
  Member name Description
ApplicationDefined Delegate to the application to resolve conflicts. Setting this policy will cause SyncCallbacks.ItemConflicting to be fired for every conflict. 
DestinationWins The destination item is always chosen as the resolution winner. When a conflict occurs, no change will be made to the destination item. 
SourceWins The source change is always chosen as the resolution winner. When a conflict occurs, the source change is applied to the destination, overwriting the destination item. 
Did you find this helpful?
(1500 characters remaining)