Click or drag to resize
WorkflowStepInfoProvider.GetUsersWhoCanApproveInternal Method
Returns list of users who can approve given step and source point. Users who are approved due to generic roles are not included to the result.

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

Parameters

step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Workflow step
sourcePoint
Type: CMS.WorkflowEngine.Definitions.SourcePoint
Step source point (for steps with multiple outgoing transitions)
siteId
Type: System.Int32
Site ID
where
Type: System.String
Where condition
orderBy
Type: System.String
Order by clause
topN
Type: System.Int32
Top N items
columns
Type: System.String
List of columns to return

Return Value

Type: InfoDataSet<UserInfo>
See Also