WorkflowStepInfoProviderGetWorkflowStepInfoInternal Method (String, Int32, Boolean) |
Returns the WorkflowStepInfo structure for the specified workflow step name and workflow.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax protected virtual WorkflowStepInfo GetWorkflowStepInfoInternal(
string stepName,
int workflowId,
bool useHashtable
)
Parameters
- stepName
- Type: SystemString
Step name to retrieve - workflowId
- Type: SystemInt32
Workflow id of the step - useHashtable
- Type: SystemBoolean
If true, the object is taken through the hashtable
Return Value
Type:
WorkflowStepInfoSee Also