Class Constants.Locks
Defines lock objects.
Inheritance
System.Object
Namespace: Umbraco.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Locks
Fields
View SourceContentTree
The entire content tree, i.e. all content items.
Declaration
public const int ContentTree = -333
Field Value
Type | Description |
---|---|
System.Int32 |
ContentTypes
All content and media types.
Declaration
public const int ContentTypes = -332
Field Value
Type | Description |
---|---|
System.Int32 |
Domains
All domains.
Declaration
public const int Domains = -338
Field Value
Type | Description |
---|---|
System.Int32 |
KeyValues
All key-values.
Declaration
public const int KeyValues = -339
Field Value
Type | Description |
---|---|
System.Int32 |
Languages
All languages.
Declaration
public const int Languages = -340
Field Value
Type | Description |
---|---|
System.Int32 |
MainDom
The IMainDom lock
Declaration
public const int MainDom = -1000
Field Value
Type | Description |
---|---|
System.Int32 |
MediaTree
The entire media tree, i.e. all media items.
Declaration
public const int MediaTree = -334
Field Value
Type | Description |
---|---|
System.Int32 |
MediaTypes
All media types.
Declaration
public const int MediaTypes = -336
Field Value
Type | Description |
---|---|
System.Int32 |
MemberTree
The entire member tree, i.e. all members.
Declaration
public const int MemberTree = -335
Field Value
Type | Description |
---|---|
System.Int32 |
MemberTypes
All member types.
Declaration
public const int MemberTypes = -337
Field Value
Type | Description |
---|---|
System.Int32 |
Servers
All servers.
Declaration
public const int Servers = -331
Field Value
Type | Description |
---|---|
System.Int32 |