Click or drag to resize
WorkflowManagerCheckStepPermissions Method (TreeNode, WorkflowActionEnum)
Returns true if current user can approve or reject given node in its current workflow step.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public bool CheckStepPermissions(
	TreeNode node,
	WorkflowActionEnum action
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
action
Type: CMS.WorkflowEngineWorkflowActionEnum
Workflow action

Return Value

Type: Boolean
See Also