Click or drag to resize
WorkflowManagerGetUsersWhoCanApproveInternal Method (TreeNode, SourcePoint, String, String, Int32, String)
Returns list of users who can approve node in the current workflow step. Users who are approved due to generic roles are not included to the result.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual InfoDataSet<UserInfo> GetUsersWhoCanApproveInternal(
	TreeNode node,
	SourcePoint sourcePoint,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

node
Type: CMS.DocumentEngineTreeNode
Document node
sourcePoint
Type: CMS.WorkflowEngine.DefinitionsSourcePoint
Step source point (for steps with multiple outgoing transitions)
where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by clause
topN
Type: SystemInt32
Top N items
columns
Type: SystemString
List of columns to return

Return Value

Type: InfoDataSetUserInfo
See Also