Adds additional deploy selector. (#13094)
This commit is contained in:
@@ -12,5 +12,6 @@ public static partial class Constants
|
||||
public const string ThisAndDescendants = "this-and-descendants";
|
||||
public const string ChildrenOfThis = "children";
|
||||
public const string DescendantsOfThis = "descendants";
|
||||
public const string EntitiesOfType = "entities-of-type";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -34,6 +34,7 @@ public class UdiRange
|
||||
case Constants.DeploySelector.DescendantsOfThis:
|
||||
case Constants.DeploySelector.ThisAndChildren:
|
||||
case Constants.DeploySelector.ThisAndDescendants:
|
||||
case Constants.DeploySelector.EntitiesOfType:
|
||||
Selector = selector;
|
||||
_uriValue = new Uri(Udi + "?" + selector);
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user