Click or drag to resize
WorkflowUserInfoProviderRemoveUserFromWorkflow Method
Deletes specified workflowUser.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static void RemoveUserFromWorkflow(
	int workflowId,
	int userId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID
userId
Type: SystemInt32
User ID
See Also