WorkflowStepUserInfoProvider.RemoveUserFromWorkflowStep Method (Int32, Int32, Guid) |
Removes user from workflow step source point.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntaxpublic static void RemoveUserFromWorkflowStep(
int stepId,
int userId,
Guid sourcePointGuid
)
Parameters
- stepId
- Type: System.Int32
Step ID - userId
- Type: System.Int32
User ID - sourcePointGuid
- Type: System.Guid
Source point GUID
See Also