WdLockType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of lock for a CoAuthLock object.
public enum class WdLockType
public enum WdLockType
type WdLockType =
Public Enum WdLockType
- Inheritance
-
WdLockType
Fields
Name | Value | Description |
---|---|---|
wdLockNone | 0 | Reserved for future use. |
wdLockReservation | 1 | 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 | 2 | 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 | 3 | 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. |