WorkflowStepUserInfoProviderGetWorkflowStepUserInfoInternal Method |
Returns the WorkflowStepUserInfo structure for the specified workflowStepUser.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax protected virtual WorkflowStepUserInfo GetWorkflowStepUserInfoInternal(
int stepId,
int userId,
Guid sourcePointGuid
)
Parameters
- stepId
- Type: SystemInt32
Step ID - userId
- Type: SystemInt32
User ID - sourcePointGuid
- Type: SystemGuid
Source point GUID
Return Value
Type:
WorkflowStepUserInfoSee Also