Click or drag to resize
WorkflowManagerGetPreviousSteps Method
Returns list of previous steps for current workflow cycle

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public List<WorkflowStepInfo> GetPreviousSteps(
	TreeNode node
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Tree node

Return Value

Type: ListWorkflowStepInfo
See Also