Click or drag to resize
IWorkflowStepUserInfoProviderGet Method (Int32, Int32, NullableGuid)
Gets an instance of the WorkflowStepUserInfo binding structure.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
WorkflowStepUserInfo Get(
	int workflowStepId,
	int userId,
	Nullable<Guid> sourcePointGuid = null
)

Parameters

workflowStepId
Type: SystemInt32
Workflow step ID.
userId
Type: SystemInt32
User ID.
sourcePointGuid (Optional)
Type: SystemNullableGuid
Source point GUID, or null.

Return Value

Type: WorkflowStepUserInfo
Returns an instance of WorkflowStepUserInfo corresponding to given identifiers or null.
See Also