Table of Contents

Class WebPageWorkflowMoveToStepArguments

Namespace
CMS.ContentWorkflowEngine
Assembly
CMS.ContentWorkflowEngine.dll

Represents the event arguments for moving a web page to a specific workflow step.

public sealed class WebPageWorkflowMoveToStepArguments : WebPageEventWorkflowArgsBase
Inheritance
object
EventArgs
WebPageWorkflowMoveToStepArguments
Inherited Members
Extension Methods

Properties

OriginalStepName

Name of the original step from which the web page is being moved.

public string OriginalStepName { get; set; }

Property Value

string

StepName

Workflow step name into which the web page is being moved.

public string StepName { get; init; }

Property Value

string

UserID

Identifier of the user who is changing the web page workflow step.

public int UserID { get; set; }

Property Value

int