Click or drag to resize
WorkflowManagerMoveToPublishedStep Method
Automatically publishes given document. (Moves document to published step.)

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: WorkflowStepInfo
See Also