Click or drag to resize
WorkflowStepUserInfoProviderRemoveUserFromWorkflowStep Method (Int32, Int32)
Deletes specified workflowStepUser.

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

Parameters

stepId
Type: SystemInt32
Step ID
userId
Type: SystemInt32
User ID
See Also