Class ContentItemWorkflowStepStatus
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
-
objectContentItemWorkflowStepStatus
- 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