Conflict.Accept 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.
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.