Moves the specified node to the specified step in the workflow and returns workflow step.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Node to process
- stateObj
- Type: CMS.DataEngine BaseInfo
State object
- step
- Type: CMS.WorkflowEngine WorkflowStepInfo
Step to which should be specified document moved
- comment
- Type: System String
Action comment
- transitionType
- Type: CMS.WorkflowEngine WorkflowTransitionTypeEnum
Type of transition
- action
- Type: CMS.WorkflowEngine WorkflowActionEnum
Action context
Return Value
Type: WorkflowStepInfoRemarks
See Also