Click or drag to resize
AbstractAutomationManagerInfoTypeGetNextSteps Method
Returns list of next steps.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public List<WorkflowStepInfo> GetNextSteps(
	InfoType infoObj,
	AutomationStateInfo stateObj
)

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.AutomationAutomationStateInfo
State object

Return Value

Type: ListWorkflowStepInfo
See Also