Click or drag to resize
WorkflowStepUserInfoProviderSetWorkflowStepUserInfoInternal Method
Sets (updates or inserts) specified workflowStepUser.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void SetWorkflowStepUserInfoInternal(
	WorkflowStepUserInfo workflowStepUser
)

Parameters

workflowStepUser
Type: CMS.WorkflowEngineWorkflowStepUserInfo
WorkflowStepUser to set
See Also