| WorkflowStepRoleInfoProviderRemoveRoleFromWorkflowStep Method (Int32, Int32, Guid) | 
            Removes role from workflow step source point.
            
 
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
 Syntax
Syntaxpublic 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
See Also