Conflict.Reject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.