Table of Contents

Class ConditionGroup

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

Represents a group of conditions.

public class ConditionGroup
Inheritance
object
ConditionGroup
Extension Methods

Properties

Items

Child conditions that are evaluated with the Operator.

public ICollection<Condition> Items { get; set; }

Property Value

ICollection<Condition>

Operator

The operator that is applied to the whole group. It could be either "All" or "Any".

public string Operator { get; set; }

Property Value

string