WorkflowManagerMoveToStepInternal Method (TreeNode, WorkflowStepInfo, WorkflowStepInfo, String, Boolean, WorkflowTransitionTypeEnum, Boolean) |
Moves the specified node to the specified step in the workflow and returns the step.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 13.0.131
Syntax protected virtual WorkflowStepInfo MoveToStepInternal(
TreeNode node,
WorkflowStepInfo currentStep,
WorkflowStepInfo step,
string comment,
bool increasePublishVersionNumber,
WorkflowTransitionTypeEnum transitionType,
bool handleActions
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Node to process - currentStep
- Type: CMS.WorkflowEngineWorkflowStepInfo
Current workflow step of the document - step
- Type: CMS.WorkflowEngineWorkflowStepInfo
Target workflow step of the document - comment
- Type: SystemString
Action comment - increasePublishVersionNumber
- Type: SystemBoolean
Indicates if the publish version number should be increased - transitionType
- Type: CMS.WorkflowEngineWorkflowTransitionTypeEnum
Type of transition - handleActions
- Type: SystemBoolean
Indicates if step actions should be handled
Return Value
Type:
WorkflowStepInfoSee Also