Word.Interfaces.CoauthoringLoadOptions interface
Represents the Coauthoring object. This tracks the updates, changes, conflicts, and other interactions in the document done through coauthoring.
Remarks
Properties
| $all | Specifying |
| can |
Gets whether this document can be coauthored. |
| can |
Gets whether the document can be automatically merged. |
| me | Gets a |
| pending |
Gets whether the document has pending updates that have not been accepted. |
Property Details
$all
Specifying $all for the load options loads all the scalar properties (such as Range.address) but not the navigational properties (such as Range.format.fill.color).
$all?: boolean;
Property Value
boolean
canCoauthor
Gets whether this document can be coauthored.
canCoauthor?: boolean;
Property Value
boolean
Remarks
canMerge
Gets whether the document can be automatically merged.
canMerge?: boolean;
Property Value
boolean
Remarks
me
Gets a Coauthor object that represents the current user.
me?: Word.Interfaces.CoauthorLoadOptions;
Property Value
Remarks
pendingUpdates
Gets whether the document has pending updates that have not been accepted.
pendingUpdates?: boolean;
Property Value
boolean