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.

public List<SelectedGroup> Groups { get; set; }

Property Value

List<SelectedGroup>

Operator

Operator that is applied between groups.

public string Operator { get; set; }

Property Value

string