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

Note: This API is now obsolete.

Returns the WorkflowStepUserInfo structure for the specified workflowStepUser.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowStepUserInfoProvider.Get(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 WorkflowStepUserInfo GetWorkflowStepUserInfo(
	int stepId,
	int userId
)

Parameters

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

Return Value

Type: WorkflowStepUserInfo
See Also