Click or drag to resize
WorkflowManagerEnsureStepInfo Method
Ensures workflow step for given document.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public WorkflowStepInfo EnsureStepInfo(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node

Return Value

Type: WorkflowStepInfo
Remarks
In case given node is under workflow but doesn't have the workflow step set yet, updates the node information.
See Also