Click or drag to resize
WorkflowUserInfoProviderSetWorkflowUserInfo Method

Note: This API is now obsolete.

Sets (updates or inserts) specified workflowUser.

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

Parameters

workflowUser
Type: CMS.WorkflowEngineWorkflowUserInfo
WorkflowUser to set
See Also