CoAuthoring Interface

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

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("65DF9F31-B1E3-4651-87E8-51D55F302161")> _
Public Interface CoAuthoring
'Usage
Dim instance As CoAuthoring
[GuidAttribute("65DF9F31-B1E3-4651-87E8-51D55F302161")]
public interface CoAuthoring

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 CoAuthoring property to return the CoAuthoring object.

See Also

Reference

CoAuthoring Members

Microsoft.Office.Interop.Word Namespace