WorkflowUserInfoProvider.RemoveUserFromWorkflow Method |
Deletes specified workflowUser.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntaxpublic static void RemoveUserFromWorkflow(
int workflowId,
int userId
)
Parameters
- workflowId
- Type: System.Int32
Workflow ID - userId
- Type: System.Int32
User ID
See Also