CoAuthoring.CanMerge Property

Gets whether the document can be auto-merged.

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

Syntax

'Declaration
ReadOnly Property CanMerge As Boolean
    Get
'Usage
Dim instance As CoAuthoring
Dim value As Boolean

value = instance.CanMerge
bool CanMerge { get; }

Property Value

Type: System.Boolean
true if the document can be auto-merged; otherwise, false.

Remarks

Only documents that are located on a Microsoft SharePoint Server 2010 document library can be auto-merged. Additionally, a document with the following features cannot be auto-merged:

  • Digital Rights Management

  • Digital Signatures

  • Final mode

  • Encryption

  • Master Document role

See Also

Reference

CoAuthoring Interface

CoAuthoring Members

Microsoft.Office.Interop.Word Namespace