CoAuthoring.CanShare Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets whether this document can be co-authored.
public:
property bool CanShare { bool get(); };
public bool CanShare { get; }
member this.CanShare : bool
Public ReadOnly Property CanShare As Boolean
Property Value
true if this document can be co-authored; otherwise, false.
Remarks
Read-only. This property is true only if the CanMerge property is true and the document is a .docx file.