ItemConflictingEventArgs::SetResolutionAction Method (ChangeUnitChange, ConflictResolutionAction)

Sets the conflict resolution action for the specified change unit change.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
virtual void SetResolutionAction(
	ChangeUnitChange^ changeUnitChange, 
	ConflictResolutionAction resolutionAction
)

Parameters

changeUnitChange
Type: Microsoft.Synchronization::ChangeUnitChange
The change unit to associate with the conflict resolution action.
resolutionAction
Type: Microsoft.Synchronization::ConflictResolutionAction
The conflict resolution action.

By setting this action, the ItemConflicting event handler specifies how the change applier should handle the conflict.

Show: