Conflict.Accept Method
Accepts the user specified conflict change, removes the conflict, and merges the change into the server copy of the document.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Sub Accept
'Usage
Dim instance As Conflict
instance.Accept()
void Accept()
Remarks
This method accepts the user version of a conflict change and rejects the server version of the conflict change.