Click or drag to resize
WorkflowStepUserInfoProviderAddUserToWorkflowStep Method (Int32, Int32)

Note: This API is now obsolete.

Adds specified user to the workflow step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowStepUserInfoProvider.Add(int, int, System.Guid?) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowStepUserInfo.Provider.")]
public static void AddUserToWorkflowStep(
	int stepId,
	int userId
)

Parameters

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