LockState Enumeration
Deprecated  in 4.7 - will not be removed until after 2026-06-13. Use LockState
The state of a lock. See Acquiring locks on elements..
Members
| Name | Value | Description | 
| Exclusive |  | A Lock that permits modifications to an element and blocks other users from making modifications to it. Holding an exclusive lock on an "owner" (a model or a parent element), implicitly exclusively locks all its members.
 | 
| None |  | The element is not locked | 
| Shared |  | Holding a shared lock on an element blocks other users from acquiring the Exclusive lock it. More than one user may acquire the shared lock. | 
Defined in
Last Updated: 30 October, 2025