Class ContentItemWorkflowMoveToStepArguments
- Namespace
- CMS.ContentWorkflowEngine
- Assembly
- CMS.ContentWorkflowEngine.dll
Event arguments for MoveToStep event.
public sealed class ContentItemWorkflowMoveToStepArguments : ContentItemWorkflowEventArgsBase
- Inheritance
-
objectEventArgsContentItemWorkflowMoveToStepArguments
- Inherited Members
- Extension Methods
Properties
OriginalStepName
Name of the original step from which the content item is being moved.
public string OriginalStepName { get; set; }
Property Value
- string
StepName
Name of the step into which the content item is being moved.
public string StepName { get; set; }
Property Value
- string
UserID
Identifier of the user who is changing the web page workflow step.
public int UserID { get; set; }
Property Value
- int