Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.Locks

    Defines lock objects.

    Inheritance
    System.Object
    Namespace: Umbraco.Cms.Core
    Assembly: Umbraco.Core.dll
    Syntax
    public static class Locks

    Fields

    View Source

    ContentTree

    The entire content tree, i.e. all content items.

    Declaration
    public const int ContentTree = -333
    Field Value
    Type Description
    System.Int32
    View Source

    ContentTypes

    All content and media types.

    Declaration
    public const int ContentTypes = -332
    Field Value
    Type Description
    System.Int32
    View Source

    Domains

    All domains.

    Declaration
    public const int Domains = -338
    Field Value
    Type Description
    System.Int32
    View Source

    KeyValues

    All key-values.

    Declaration
    public const int KeyValues = -339
    Field Value
    Type Description
    System.Int32
    View Source

    Languages

    All languages.

    Declaration
    public const int Languages = -340
    Field Value
    Type Description
    System.Int32
    View Source

    MainDom

    The IMainDom lock

    Declaration
    public const int MainDom = -1000
    Field Value
    Type Description
    System.Int32
    View Source

    MediaTree

    The entire media tree, i.e. all media items.

    Declaration
    public const int MediaTree = -334
    Field Value
    Type Description
    System.Int32
    View Source

    MediaTypes

    All media types.

    Declaration
    public const int MediaTypes = -336
    Field Value
    Type Description
    System.Int32
    View Source

    MemberTree

    The entire member tree, i.e. all members.

    Declaration
    public const int MemberTree = -335
    Field Value
    Type Description
    System.Int32
    View Source

    MemberTypes

    All member types.

    Declaration
    public const int MemberTypes = -337
    Field Value
    Type Description
    System.Int32
    View Source

    ScheduledPublishing

    ScheduledPublishing job.

    Declaration
    public const int ScheduledPublishing = -341
    Field Value
    Type Description
    System.Int32
    View Source

    Servers

    All servers.

    Declaration
    public const int Servers = -331
    Field Value
    Type Description
    System.Int32
    View Source

    WebhookLogs

    All webhook logs.

    Declaration
    public const int WebhookLogs = -343
    Field Value
    Type Description
    System.Int32
    View Source

    WebhookRequest

    All Webhook requests.

    Declaration
    public const int WebhookRequest = -342
    Field Value
    Type Description
    System.Int32
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ContentTree
      • ContentTypes
      • Domains
      • KeyValues
      • Languages
      • MainDom
      • MediaTree
      • MediaTypes
      • MemberTree
      • MemberTypes
      • ScheduledPublishing
      • Servers
      • WebhookLogs
      • WebhookRequest
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX