Class Constants.Locks
Defines lock objects.
Inheritance
object
Namespace: Umbraco.Cms.Core
Assembly: Umbraco.Core.dll
Syntax
public static class Constants.Locks
Fields
View SourceCacheVersion
The cache version.
Declaration
public const int CacheVersion = -346
Field Value
| Type | Description |
|---|---|
| int |
ContentTree
The entire content tree, i.e. all content items.
Declaration
public const int ContentTree = -333
Field Value
| Type | Description |
|---|---|
| int |
ContentTypes
All content and media types.
Declaration
public const int ContentTypes = -332
Field Value
| Type | Description |
|---|---|
| int |
DistributedJobs
All distributed jobs.
Declaration
public const int DistributedJobs = -347
Field Value
| Type | Description |
|---|---|
| int |
DocumentUrls
All document URLs.
Declaration
public const int DocumentUrls = -345
Field Value
| Type | Description |
|---|---|
| int |
Domains
All domains.
Declaration
public const int Domains = -338
Field Value
| Type | Description |
|---|---|
| int |
KeyValues
All key-values.
Declaration
public const int KeyValues = -339
Field Value
| Type | Description |
|---|---|
| int |
Languages
All languages.
Declaration
public const int Languages = -340
Field Value
| Type | Description |
|---|---|
| int |
LongRunningOperations
Long-running operations.
Declaration
public const int LongRunningOperations = -344
Field Value
| Type | Description |
|---|---|
| int |
MainDom
The IMainDom lock
Declaration
public const int MainDom = -1000
Field Value
| Type | Description |
|---|---|
| int |
MediaTree
The entire media tree, i.e. all media items.
Declaration
public const int MediaTree = -334
Field Value
| Type | Description |
|---|---|
| int |
MediaTypes
All media types.
Declaration
public const int MediaTypes = -336
Field Value
| Type | Description |
|---|---|
| int |
MemberTree
The entire member tree, i.e. all members.
Declaration
public const int MemberTree = -335
Field Value
| Type | Description |
|---|---|
| int |
MemberTypes
All member types.
Declaration
public const int MemberTypes = -337
Field Value
| Type | Description |
|---|---|
| int |
ScheduledPublishing
ScheduledPublishing job.
Declaration
public const int ScheduledPublishing = -341
Field Value
| Type | Description |
|---|---|
| int |
Servers
All servers.
Declaration
public const int Servers = -331
Field Value
| Type | Description |
|---|---|
| int |
WebhookLogs
All webhook logs.
Declaration
public const int WebhookLogs = -343
Field Value
| Type | Description |
|---|---|
| int |
WebhookRequest
All Webhook requests.
Declaration
public const int WebhookRequest = -342
Field Value
| Type | Description |
|---|---|
| int |