Table of Contents

Class WorkflowStepsTemplateClientProperties

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

Client properties of workflow steps template.

public sealed class WorkflowStepsTemplateClientProperties : TemplateClientProperties
Inheritance
object
WorkflowStepsTemplateClientProperties
Inherited Members
Extension Methods

Properties

Callouts

Callouts on the workflow steps page.

public ICollection<CalloutConfiguration> Callouts { get; set; }

Property Value

ICollection<CalloutConfiguration>

Caption

Caption of the workflow steps page.

public string Caption { get; set; }

Property Value

string

EditDisabled

Indicates whether the page should be available in view-only mode.

public bool EditDisabled { get; set; }

Property Value

bool