Click or drag to resize
WorkflowManagerGetNodeWorkflowScope 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: 12.0.0
Syntax
C#
public WorkflowScopeInfo GetNodeWorkflowScope(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node

Return Value

Type: WorkflowScopeInfo
See Also