WorkflowManagerMoveToPublishedStep Method |
Automatically publishes given document. (Moves document to published step.)
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public WorkflowStepInfo MoveToPublishedStep(
TreeNode node,
string comment = null,
bool increasePublishVersionNumber = true
)
Parameters
- node
- Type: CMS.DocumentEngineTreeNode
Node to process - comment (Optional)
- Type: SystemString
Action comment - increasePublishVersionNumber (Optional)
- Type: SystemBoolean
Indicates if the publish version number should be increased
Return Value
Type:
WorkflowStepInfoSee Also