Locks 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.
Types of locks that can be applied to elements, partitions, and the store
This enumeration supports a bitwise combination of its member values.
public enum class Locks
[System.Flags]
public enum Locks
[<System.Flags>]
type Locks =
Public Enum Locks
- Inheritance
-
Locks
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | |
Properties | 1 | Lock element property updates |
Add | 2 | Lock Add element (and therefore link) operations. Only relevant at Partition and Store levels. |
Move | 4 | Lock moving elements between partitions |
Delete | 8 | Lock deleting elements |
Reorder | 16 | Lock re-ordering of links |
RolePlayer | 32 | Lock changes of link role players |
All | 63 | Lock all updates |