Click or drag to resize
WorkflowStepInfoProviderGetStepRoles Method
Returns the DataSet of roles assigned to given step.

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

Parameters

stepId
Type: SystemInt32
Step ID

Return Value

Type: InfoDataSetRoleInfo
See Also