CoAuthoring Members (Word)

GitHub-Mark-64px

Contribute to this content

Use GitHub to suggest and submit changes. See our guidelines for contributing to VBA documentation.

Provides the primary entry point to the co-authoring object model.

Properties

Name

Description

Application

Returns an Application object that represents the Microsoft Word application. Read-only.

Authors

Returns a CoAuthors collection that represents all the co-authors currently editing the document. Read-only.

CanMerge

Returns a Boolean that specifies whether the document can be auto-merged. Read-only.

CanShare

Returns a Boolean that specifies whether this document can be co-authored. Read-only.

Conflicts

Returns a Conflicts collection that represents all the conflicts in a document. Read-only.

Creator

Returns a 32-bit integer that indicates the application in which the specified object was created. Read-only Long.

Locks

Returns a CoAuthLocks collection that represents the locks in the document. Read-only.

Me

Returns a CoAuthor object that represents the current user. Read-only.

Parent

Returns an Object that represents the parent object of the specified CoAuthoring object.

PendingUpdates

Returns true if the document has pending updates that have not been accepted. Read-only.

Updates

Returns a CoAuthUpdates collection that represents the most recent updates that were merged into the document. Read-only.