Click or drag to resize
IWorkflowUserInfoProviderRemove Method
Deletes WorkflowUserInfo binding.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
void Remove(
	int workflowId,
	int userId
)

Parameters

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