Word.Interfaces.CoauthoringLockCollectionLoadOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents a collection of coauthoring locks in a Word document.
Remarks
Properties
$all | Specifying |
owner | For EACH ITEM in the collection: Gets the owner of the lock. |
range | For EACH ITEM in the collection: Gets a |
type | For EACH ITEM in the collection: Gets a |
Property Details
$all
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
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
owner
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets the owner of the lock.
owner?: Word.Interfaces.CoauthorLoadOptions;
Property Value
Remarks
range
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets a Range
object that represents the portion of the document that's contained in the CoauthoringLock
object.
range?: Word.Interfaces.RangeLoadOptions;
Property Value
Remarks
type
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
For EACH ITEM in the collection: Gets a CoauthoringLockType
value that represents the lock type.
type?: boolean;
Property Value
boolean