Click or drag to resize
AbstractAutomationManagerInfoTypeGetStepInfoInternal Method
Gets step information for given object.

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

Parameters

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

Return Value

Type: WorkflowStepInfo
See Also