Click or drag to resize
WorkflowStepInfoProviderGetUsersWhoCanApprove Method
Returns list of users who can approve given step 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: 9.0.0
Syntax
C#
public static InfoDataSet<UserInfo> GetUsersWhoCanApprove(
	WorkflowStepInfo step,
	SourcePoint sourcePoint,
	int siteId,
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

step
Type: CMS.WorkflowEngineWorkflowStepInfo
Workflow step
sourcePoint
Type: CMS.WorkflowEngine.DefinitionsSourcePoint
Step source point (for steps with multiple outgoing transitions)
siteId
Type: SystemInt32
Site ID
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