Table of Contents

Class HeadlessItemWorkflowMoveToStepArguments

Namespace
CMS.ContentWorkflowEngine
Assembly
CMS.ContentWorkflowEngine.dll

Event arguments for MoveToStep event.

public sealed class HeadlessItemWorkflowMoveToStepArguments : HeadlessItemWorkflowEventArgsBase
Inheritance
object
EventArgs
HeadlessItemWorkflowMoveToStepArguments
Inherited Members
Extension Methods

Properties

OriginalStepName

Name of the original step from which the headless item is being moved.

public string OriginalStepName { get; set; }

Property Value

string

StepName

Name of the step into which the headless item is being moved.

public string StepName { get; set; }

Property Value

string

UserID

Identifier of the user who is being moved the headless item.

public int UserID { get; set; }

Property Value

int