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

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowInfo GetNodeWorkflowInternal(
	TreeNode node
)

Parameters

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

Return Value

Type: WorkflowInfo
See Also