Click or drag to resize
WorkflowStepInfoProviderGetStepRoles Method
Returns all roles assigned to given step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
public static ObjectQuery<RoleInfo> GetStepRoles(
	int stepId
)

Parameters

stepId
Type: SystemInt32
Step ID

Return Value

Type: ObjectQueryRoleInfo
See Also