WorkflowStepInfoProviderGetWorkflowStepInfoInternal Method (Int32) |
Returns the WorkflowStepInfo structure for the specified workflow step ID.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax protected virtual WorkflowStepInfo GetWorkflowStepInfoInternal(
int stepId
)
Parameters
- stepId
- Type: SystemInt32
ID of the workflow step to retrieve
Return Value
Type:
WorkflowStepInfoSee Also