Table of Contents

Class ContentItemWorkflowStepStatus

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

Represents the current workflow state of the edited content item.

[Obsolete("Class is deprecated and will be removed in next version.")]
public sealed class ContentItemWorkflowStepStatus
Inheritance
object
ContentItemWorkflowStepStatus
Extension Methods

Constructors

ContentItemWorkflowStepStatus()

public ContentItemWorkflowStepStatus()

Properties

IsCustomStep

Indicates whether the content workflow step is user-defined.

public bool IsCustomStep { get; init; }

Property Value

bool

StepDisplayName

Workflow step display name.

public string StepDisplayName { get; init; }

Property Value

string