Conflicts.AcceptAll Method
Accepts all conflict changes, removes the conflicts, and merges the changes 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 AcceptAll
'Usage
Dim instance As Conflicts
instance.AcceptAll()
void AcceptAll()