IWorkflowUserInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax WorkflowUserInfo Get(
int workflowId,
int userId
)
Parameters
- workflowId
- Type: SystemInt32
Workflow ID. - userId
- Type: SystemInt32
User ID.
Return Value
Type:
WorkflowUserInfoReturns an instance of
WorkflowUserInfo corresponding to given identifiers or null.
See Also