Table of Contents

Class ConditionBuilderTemplateClientProperties

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

Represents condition builder page metadata.

public class ConditionBuilderTemplateClientProperties : TemplateClientProperties
Inheritance
object
ConditionBuilderTemplateClientProperties
Inherited Members
Extension Methods

Properties

AvailableMacroRuleConfigurations

Collection of available macro rule configurations.

public IEnumerable<MacroRuleConfiguration> AvailableMacroRuleConfigurations { get; set; }

Property Value

IEnumerable<MacroRuleConfiguration>

AvailableMacroRules

Collection of available macro rules for condition picker.

public IEnumerable<MacroRuleCategoryModel> AvailableMacroRules { get; set; }

Property Value

IEnumerable<MacroRuleCategoryModel>

Link to navigate back from the condition builder page.

public string BackLink { get; set; }

Property Value

string

Caption

Page caption.

public string Caption { get; set; }

Property Value

string

ErrorMessage

Error message to be displayed instead of the condition builder.

public string ErrorMessage { get; set; }

Property Value

string

InitialConfiguration

Current condition value as a condition tree.

public ConditionTree InitialConfiguration { get; set; }

Property Value

ConditionTree

MultipleConditionGroupsAllowed

Indicates if the component should allow adding more than one condition group.

public bool MultipleConditionGroupsAllowed { get; set; }

Property Value

bool

SubmitLabel

Label of the submit button.

public string SubmitLabel { get; set; }

Property Value

string