Click or drag to resize
WorkflowManagerGetStepInfoInternal Method
Gets step information for given document.

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

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node

Return Value

Type: WorkflowStepInfo
See Also