WorkflowStepInfoProviderGetUsersWhoCanApproveInternal 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.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax protected virtual InfoDataSet<UserInfo> GetUsersWhoCanApproveInternal(
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:
InfoDataSetUserInfoSee Also