Table of Contents

Class ConditionBuilderConfiguration

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

Represents condition builder page metadata.

public class ConditionBuilderConfiguration
Inheritance
object
ConditionBuilderConfiguration
Extension Methods

Properties

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

SubmitLabel

Label of the submit button.

public string SubmitLabel { get; set; }

Property Value

string