Class Constants.DeploySelector
Contains the valid selector values.
Inheritance
System.Object
Namespace:System.Dynamic.ExpandoObject
Assembly:Umbraco.Core.dll
Syntax
public static class DeploySelector
Fields
ChildrenOfThis
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 |
|
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 |
|