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.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)
Parameters
- node
- Type: CMS.DocumentEngine TreeNode
Document node
- sourcePoint
- Type: CMS.WorkflowEngine.Definitions SourcePoint
Step source point (for steps with multiple outgoing transitions)
- where (Optional)
- Type: System String
Where condition
- orderBy (Optional)
- Type: System String
Order by clause
- topN (Optional)
- Type: System Int32
Top N items
- columns (Optional)
- Type: System String
List of columns to return
Return Value
Type: InfoDataSet UserInfoSee Also