Table of Contents

Enum ContentWorkflowStepType

Namespace
CMS.ContentWorkflowEngine
Assembly
CMS.ContentWorkflowEngine.dll

Type of workflow step.

public enum ContentWorkflowStepType
Extension Methods

Fields

Custom = 3

Custom step type.

None = 0

Undefined step type.

SystemDraft = 1

System draft step type.

SystemFinal = 4

System final step type.

[Obsolete("System publish was replaced by SystemFinal and will be removed in the next major release.")] [ObsoleteSince(29, 1)] SystemPublish = 2

System publish step type.