Click or drag to resize
IWorkflowUserInfoProviderGet Method (Int32, Int32)
Gets an instance of the WorkflowUserInfo binding structure.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
WorkflowUserInfo Get(
	int workflowId,
	int userId
)

Parameters

workflowId
Type: SystemInt32
Workflow ID.
userId
Type: SystemInt32
User ID.

Return Value

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