Search Results for

    Show / Hide Table of Contents
    View Source

    Class Constants.DeploySelector

    Contains the valid selector values.

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

    Fields

    View Source

    ChildrenOfThis

    Declaration
    public const string ChildrenOfThis = "children"
    Field Value
    Type Description
    System.String
    View Source

    DescendantsOfThis

    Declaration
    public const string DescendantsOfThis = "descendants"
    Field Value
    Type Description
    System.String
    View Source

    EntitiesOfType

    Declaration
    public const string EntitiesOfType = "entities-of-type"
    Field Value
    Type Description
    System.String
    View Source

    This

    Declaration
    public const string This = "this"
    Field Value
    Type Description
    System.String
    View Source

    ThisAndChildren

    Declaration
    public const string ThisAndChildren = "this-and-children"
    Field Value
    Type Description
    System.String
    View Source

    ThisAndDescendants

    Declaration
    public const string ThisAndDescendants = "this-and-descendants"
    Field Value
    Type Description
    System.String
    • Improve this Doc
    • View Source
    In This Article
    • Fields
      • ChildrenOfThis
      • DescendantsOfThis
      • EntitiesOfType
      • This
      • ThisAndChildren
      • ThisAndDescendants
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX