Conflict.Accept Method

Definition

Accepts the user specified conflict change, removes the conflict, and merges the change into the server copy of the document.

public:
 void Accept();
public void Accept ();
abstract member Accept : unit -> unit
Public Sub Accept ()

Remarks

This method accepts the user version of a conflict change and rejects the server version of the conflict change.

Applies to