Click or drag to resize
WorkflowStepRoleInfoProviderRemoveRoleFromWorkflowStep Method (Int32, Int32, Guid)

Note: This API is now obsolete.

Removes role from workflow step source point.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowStepRoleInfoProvider.Remove(int, int, System.Guid?) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowStepRoleInfo.Provider.")]
public static void RemoveRoleFromWorkflowStep(
	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