View Source
Class Constants.DeploySelector
Contains the valid selector values.
Inheritance
System.Object
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
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 |
|