Click or drag to resize
WorkflowStepInfoProviderGetWorkflowStepInfoInternal Method (String, Int32)
Returns the WorkflowStepInfo structure for the specified workflow step name and workflow from database.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual WorkflowStepInfo GetWorkflowStepInfoInternal(
	string stepName,
	int workflowId
)

Parameters

stepName
Type: SystemString
Step name to retrieve
workflowId
Type: SystemInt32
Workflow ID of the step

Return Value

Type: WorkflowStepInfo
See Also