Table of Contents

Class ContentItemWorkflowStateObsolete

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

Represents the current workflow state of the edited content item.

[Obsolete("This class was not intended for public use and will be removed in the next version.")]
public sealed class ContentItemWorkflowStateObsolete
Inheritance
object
ContentItemWorkflowStateObsolete
Extension Methods

Constructors

ContentItemWorkflowStateObsolete()

public ContentItemWorkflowStateObsolete()

Properties

CanCurrentUserWorkWithItem

Indicates whether the current user can work with the content item in the current workflow step.

public bool CanCurrentUserWorkWithItem { get; init; }

Property Value

bool

IsCustomStep

Indicates whether the content workflow step is user-defined.

public bool IsCustomStep { get; init; }

Property Value

bool

RequiredRoles

Collection of roles that can work with an item in the current step.

public IEnumerable<string> RequiredRoles { get; init; }

Property Value

IEnumerable<string>

StepDisplayName

Current step name.

public string StepDisplayName { get; init; }

Property Value

string

StepIconClass

Content workflow step icon class.

public string StepIconClass { get; init; }

Property Value

string