Locks Enum

Definition

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

Add 2

Lock Add element (and therefore link) operations. Only relevant at Partition and Store levels.

All 63

Lock all updates

Delete 8

Lock deleting elements

Move 4

Lock moving elements between partitions

None 0
Properties 1

Lock element property updates

Reorder 16

Lock re-ordering of links

RolePlayer 32

Lock changes of link role players

Applies to