Edit

Share via


Word.CoauthoringLockAddOptions interface

Specifies the options for adding to a Word.CoauthoringLockCollection object.

Remarks

[ API set: WordApiDesktop 1.4 ]

Properties

range

If provided, specifies the range to which the lock is added. If not provided, the new lock is placed on the paragraph that contains the insertion point.

type

If provided, specifies the type of lock. If not provided, the lock type is set to reservation.

Property Details

range

If provided, specifies the range to which the lock is added. If not provided, the new lock is placed on the paragraph that contains the insertion point.

range?: Word.Range;

Property Value

Remarks

[ API set: WordApiDesktop 1.4 ]

type

If provided, specifies the type of lock. If not provided, the lock type is set to reservation.

type?: Word.CoauthoringLockType | "None" | "Reservation" | "Ephemeral" | "Changed";

Property Value

Word.CoauthoringLockType | "None" | "Reservation" | "Ephemeral" | "Changed"

Remarks

[ API set: WordApiDesktop 1.4 ]