Conflict.Reject Method

Definition

Rejects the user change, removes the conflict, and accepts the server copy of the change for the conflict.

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

Remarks

This method rejects the user version of a conflict and accepts the version that is currently on the server.

Applies to