CoAuthoring Interface

Definition

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

public interface class CoAuthoring
[System.Runtime.InteropServices.Guid("65DF9F31-B1E3-4651-87E8-51D55F302161")]
public interface CoAuthoring
type CoAuthoring = interface
Public Interface CoAuthoring
Attributes

Remarks

The CoAuthoring object provides information about co-authoring at the document level. For example, the CoAuthoring object can provide information about whether there are any locks in the document, which users have current locks on the document, or whether or not updates to the document content is available from the server. Use the Microsoft.Office.Interop.Word.Document.CoAuthoring property to return the CoAuthoring object.

Properties

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.

Applies to