Click or drag to resize
WorkflowStepUserInfoProviderGetWorkflowStepUserInfoInternal Method

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 Get(int, int, System.Guid?) instead.")]
protected virtual WorkflowStepUserInfo GetWorkflowStepUserInfoInternal(
	int stepId,
	int userId,
	Guid sourcePointGuid
)

Parameters

stepId
Type: SystemInt32
Step ID
userId
Type: SystemInt32
User ID
sourcePointGuid
Type: SystemGuid
Source point GUID

Return Value

Type: WorkflowStepUserInfo
See Also