Share via


Conflict.Reject Method

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub Reject
'Usage
Dim instance As Conflict

instance.Reject()
void Reject()

Remarks

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

See Also

Reference

Conflict Interface

Conflict Members

Microsoft.Office.Interop.Word Namespace