Click or drag to resize
WorkflowManager.CheckStepPermissions 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: 9.0.0
Syntax
C#
public bool CheckStepPermissions(
	TreeNode node,
	WorkflowActionEnum action
)

Parameters

node
Type: CMS.DocumentEngine.TreeNode
Document node
action
Type: CMS.WorkflowEngine.WorkflowActionEnum
Workflow action

Return Value

Type: Boolean
See Also