Conflicts Members

Include Protected Members
Include Inherited Members

A collection of Conflict objects that represents the conflicts in a document. The type of a Conflict object is specified by the WdRevisionType enumeration.

The Conflicts type exposes the following members.

Methods

  Name Description
Public method AcceptAll Accepts all conflict changes, removes the conflicts, and merges the changes into the server copy of the document.
Public method GetEnumerator (Inherited from IEnumerable.)
Public method RejectAll Rejects all of the user's changes and retains the server copy of the document.

Top

Properties

  Name Description
Public property Application Gets an Application object that represents the Microsoft Word application.
Public property Count Returns the number of items in the Conflicts collection.
Public property Creator Gets a 32-bit integer that indicates the application in which the specified object was created.
Public property Item Returns an individual Conflicts object in a collection.
Public property Parent Gets an Object that represents the parent object of the specified Conflicts object.

Top

See Also

Reference

Conflicts Interface

Microsoft.Office.Interop.Word Namespace