WorkflowManagerMoveToPublishedStepInternal Method |
Moves document directly to published step. (Publishes the document without going through all the steps.)
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected virtual WorkflowStepInfo MoveToPublishedStepInternal(
TreeNode node,
string comment,
bool increasePublishVersionNumber
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Node to process - comment
- Type: SystemString
Action comment - increasePublishVersionNumber
- Type: SystemBoolean
Indicates if the publish version number should be increased
Return Value
Type:
WorkflowStepInfoSee Also