Click or drag to resize
WorkflowStepInfoProviderGetWorkflowStepInfo Method (Int32)
Returns the WorkflowStepInfo structure for the specified workflow step ID.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
public static WorkflowStepInfo GetWorkflowStepInfo(
	int stepId
)

Parameters

stepId
Type: SystemInt32
ID of the workflow step to retrieve

Return Value

Type: WorkflowStepInfo
See Also