Click or drag to resize
WorkflowStepRoleInfoProviderAddRoleToWorkflowStep Method (Int32, Int32, Guid)
Adds specified role to the workflow step source point.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void AddRoleToWorkflowStep(
	int stepId,
	int roleId,
	Guid sourcePointGuid
)

Parameters

stepId
Type: SystemInt32
Step ID
roleId
Type: SystemInt32
Role ID
sourcePointGuid
Type: SystemGuid
Source point GUID
See Also