CoAuthoring Members
Include Protected Members
Include Inherited Members
Provides the primary entry point to the co-authoring object model.
The CoAuthoring type exposes the following members.
Properties
Name | Description | |
---|---|---|
Application | Gets an Application object that represents the Microsoft Word application. | |
Authors | Gets a CoAuthors collection that represents all the co-authors currently editing the document. | |
CanMerge | Gets whether the document can be auto-merged. | |
CanShare | Gets whether this document can be co-authored. | |
Conflicts | Gets a Conflicts collection that represents all the conflicts in a document. | |
Creator | Gets a 32-bit integer that indicates the application in which the specified object was created. | |
Locks | Gets a CoAuthLocks collection that represents the locks in the document. | |
Me | Gets a CoAuthor object that represents the current user. | |
Parent | Gets an Object that represents the parent object of the specified CoAuthoring object. | |
PendingUpdates | Gets whether the document has pending updates that have not been accepted. | |
Updates | Gets a CoAuthUpdates collection that represents all the updates available to the document. |
Top