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 | |
---|---|---|
AcceptAll | Accepts all conflict changes, removes the conflicts, and merges the changes into the server copy of the document. | |
GetEnumerator | (Inherited from IEnumerable.) | |
RejectAll | Rejects all of the user's changes and retains the server copy of the document. |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets an Application object that represents the Microsoft Word application. | |
Count | Returns the number of items in the Conflicts collection. | |
Creator | Gets a 32-bit integer that indicates the application in which the specified object was created. | |
Item | Returns an individual Conflicts object in a collection. | |
Parent | Gets an Object that represents the parent object of the specified Conflicts object. |
Top