Click or drag to resize
WorkflowStepUserInfoProviderSetWorkflowStepUserInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified workflowStepUser.

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

Parameters

workflowStepUser
Type: CMS.WorkflowEngineWorkflowStepUserInfo
WorkflowStepUser to set
See Also