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.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
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 UserInfoSee Also