WorkflowUserInfoProviderGetWorkflowUserInfoInternal Method |
Note: This API is now obsolete.
Returns the WorkflowUserInfo structure for the specified workflowUser.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int) instead.")]
protected virtual WorkflowUserInfo GetWorkflowUserInfoInternal(
int workflowId,
int userId
)
Parameters
- workflowId
- Type: SystemInt32
Workflow ID - userId
- Type: SystemInt32
User ID
Return Value
Type:
WorkflowUserInfoSee Also