Table of Contents

Class SelectedConditionTree

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Represents selected condition tree.

public class SelectedConditionTree
Inheritance
object
SelectedConditionTree
Extension Methods

Constructors

SelectedConditionTree()

public SelectedConditionTree()

Properties

Groups

Selected groups.

[Required]
[MinLength(1)]
public List<SelectedGroup> Groups { get; set; }

Property Value

List<SelectedGroup>

Operator

Operator that is applied between groups.

[AllowedValues(new object?[] { "All", "Any" })]
[Required]
public string Operator { get; set; }

Property Value

string