Click or drag to resize
AutomationActionDataProviderGetStepInfo Method
Returns WorkflowStepInfo structure based on given stepId, null if not found.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 13.0.131
Syntax
C#
protected static WorkflowStepInfo GetStepInfo(
	int stepId
)

Parameters

stepId
Type: SystemInt32
ID of the automation step

Return Value

Type: WorkflowStepInfo
See Also