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 SourceChildrenOfThis
Declaration
public const string ChildrenOfThis = "children"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
DescendantsOfThis
Declaration
public const string DescendantsOfThis = "descendants"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
EntitiesOfType
Declaration
public const string EntitiesOfType = "entities-of-type"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
This
Declaration
public const string This = "this"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
ThisAndChildren
Declaration
public const string ThisAndChildren = "this-and-children"
  Field Value
| Type | Description | 
|---|---|
| System.String | 
ThisAndDescendants
Declaration
public const string ThisAndDescendants = "this-and-descendants"
  Field Value
| Type | Description | 
|---|---|
| System.String |