Click or drag to resize
AbstractAutomationManagerInfoTypeGetFirstStepInternal Method
Returns first step for given object.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax
C#
protected virtual WorkflowStepInfo GetFirstStepInternal(
	InfoType infoObj,
	AutomationStateInfo stateObj
)

Parameters

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

Return Value

Type: WorkflowStepInfo
See Also