IWorkflowStepUserInfoProviderGet Method (Int32, Int32, NullableGuid) |
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax 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:
WorkflowStepUserInfoReturns an instance of
WorkflowStepUserInfo corresponding to given identifiers or null.
See Also