Click or drag to resize
WorkflowManagerMoveToPublishedStepInternal Method
Moves document directly to published step. (Publishes the document without going through all the steps.)

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