Click or drag to resize
WorkflowManagerGetNodeWorkflow Method
Returns the workflow for the specified node.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node to analyze for workflow

Return Value

Type: WorkflowInfo
See Also