Edit

Share via


Word.Interfaces.CoauthoringLockCollectionLoadOptions interface

Represents a collection of coauthoring locks in a Word document.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

$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).

owner

For EACH ITEM in the collection: Gets the owner of the lock.

range

For EACH ITEM in the collection: Gets a Range object that represents the portion of the document that's contained in the CoauthoringLock object.

type

For EACH ITEM in the collection: Gets a CoauthoringLockType value that represents the lock type.

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

owner

For EACH ITEM in the collection: Gets the owner of the lock.

owner?: Word.Interfaces.CoauthorLoadOptions;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

range

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

[ API set: WordApiDesktop 1.4 ]

type

For EACH ITEM in the collection: Gets a CoauthoringLockType value that represents the lock type.

type?: boolean;

Property Value

boolean

Remarks

[ API set: WordApiDesktop 1.4 ]