WorkflowStepRoleInfoProviderGetWorkflowStepRoleInfoInternal Method |
Note: This API is now obsolete.
Returns the WorkflowStepRoleInfo structure for the specified workflowStepRole.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax [ObsoleteAttribute("Use Get(int, int, System.Guid?) instead.")]
protected virtual WorkflowStepRoleInfo GetWorkflowStepRoleInfoInternal(
int stepId,
int roleId,
Guid sourcePointGuid
)
Parameters
- stepId
- Type: SystemInt32
Step ID - roleId
- Type: SystemInt32
Role ID - sourcePointGuid
- Type: SystemGuid
Source point GUID
Return Value
Type:
WorkflowStepRoleInfoSee Also