Conflict Members

Include Protected Members
Include Inherited Members

Represents a conflicting edit in a co-authored document. The type of a Conflict object is specified by the WdRevisionType enumeration.

The Conflict type exposes the following members.

Methods

  Name Description
Public method Accept Accepts the user specified conflict change, removes the conflict, and merges the change into the server copy of the document.
Public method Reject Rejects the user change, removes the conflict, and accepts the server copy of the change for the conflict.

Top

Properties

  Name Description
Public property Application Gets an Application object that represents the Microsoft Word application.
Public property Creator Gets a 32-bit integer that indicates the application in which the specified object was created.
Public property Index Returns a value that represents the position of an item in a collection.
Public property Parent Gets an Object that represents the parent object of the specified Conflict object.
Public property Range Gets a Range object that represents the portion of a document that is contained in the specified object.
Public property Type Gets the WdRevisionType for the Conflict object.

Top

See Also

Reference

Conflict Interface

Microsoft.Office.Interop.Word Namespace