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