WorkflowStepInfoProviderGetStepRoles Method |
Returns all roles assigned to given step.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax public static ObjectQuery<RoleInfo> GetStepRoles(
int stepId
)
Parameters
- stepId
- Type: SystemInt32
Step ID
Return Value
Type:
ObjectQueryRoleInfoSee Also