Click or drag to resize
WorkflowManagerGetNodeWorkflowScopeInternal Method
Returns the workflow scope info for the given node, or null when the node does not support workflow.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node

Return Value

Type: WorkflowScopeInfo
See Also