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 | |
---|---|---|
Accept | Accepts the user specified conflict change, removes the conflict, and merges the change into the server copy of the document. | |
Reject | Rejects the user change, removes the conflict, and accepts the server copy of the change for the conflict. |
Top
Properties
Name | Description | |
---|---|---|
Application | Gets an Application object that represents the Microsoft Word application. | |
Creator | Gets a 32-bit integer that indicates the application in which the specified object was created. | |
Index | Returns a value that represents the position of an item in a collection. | |
Parent | Gets an Object that represents the parent object of the specified Conflict object. | |
Range | Gets a Range object that represents the portion of a document that is contained in the specified object. | |
Type | Gets the WdRevisionType for the Conflict object. |
Top