Click or drag to resize
WorkflowStepInfoProviderGetWorkflowStepInfo Method (Int32)

Note: This API is now obsolete.

Returns the WorkflowStepInfo structure for the specified workflow step ID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IWorkflowStepInfoProvider.Get(int) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - WorkflowStepInfo.Provider.")]
public static WorkflowStepInfo GetWorkflowStepInfo(
	int stepId
)

Parameters

stepId
Type: SystemInt32
ID of the workflow step to retrieve

Return Value

Type: WorkflowStepInfo
See Also