Table of Contents

Class SelectedCondition

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

Represents selected condition in condition builder.

public class SelectedCondition
Inheritance
object
SelectedCondition
Extension Methods

Properties

MacroRuleName

Macro rule code name.

public string MacroRuleName { get; set; }

Property Value

string

Value

Selected values of macro rule parameters.

public Dictionary<string, JsonElement> Value { get; set; }

Property Value

Dictionary<string, JsonElement>