Move constants

This commit is contained in:
Bjarke Berg
2019-11-05 12:54:22 +01:00
parent 030b7d1e52
commit befcabfced
283 changed files with 1466 additions and 1474 deletions

View File

@@ -1,17 +0,0 @@
namespace Umbraco.Core
{
public static partial class Constants
{
/// <summary>
/// Contains the valid selector values.
/// </summary>
public static class DeploySelector
{
public const string This = "this";
public const string ThisAndChildren = "this-and-children";
public const string ThisAndDescendants = "this-and-descendants";
public const string ChildrenOfThis = "children";
public const string DescendantsOfThis = "descendants";
}
}
}