Class ContentItemWorkflowStepStatus
Represents the current workflow state of the edited content item.
public sealed class ContentItemWorkflowStepStatus
- Inheritance
-
objectContentItemWorkflowStepStatus
- Extension Methods
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
StepIcon
Workflow step custom icon class name.
[Obsolete("Step icons are now propagated to the frontend through ContentItemStatus.")]
[ObsoleteSince(29, 0)]
[JsonIgnore]
public string StepIcon { get; init; }
Property Value
- string