Table of Contents

Class WorkflowStepItem

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

Defines an appearance of a single workflow step in a form of a Bar item.

public sealed class WorkflowStepItem
Inheritance
object
WorkflowStepItem
Extension Methods

Properties

Identifier

Identifier of the step.

public int Identifier { get; set; }

Property Value

int

Name

Step name.

public string Name { get; set; }

Property Value

string

Title

The step's title.

public string Title { get; set; }

Property Value

string