Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the type of lock for a CoAuthLock object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Enumeration WdLockType
'Usage
Dim instance As WdLockType
public enum WdLockType
Members
| Member name | Description | |
|---|---|---|
| wdLockNone | Reserved for future use. | |
| wdLockReservation | Specifies a reservation lock. A reservation lock is explicitly created by a user through the Block Authors button on the Review tab in Word 2010. | |
| wdLockEphemeral | Specifies an ephemeral lock that Word 2010 implicitly places on a range when a user begins editing a range in a document with co-authoring enabled. | |
| wdLockChanged | Specifies a placeholder lock. A placeholder lock indicates that another user has removed their lock from the range, but the current user has not updated their view of the document by saving. |