Click or drag to resize
AbstractAutomationManagerInfoTypeGetPreviousStepInfo Method
Returns previous step information.

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

Parameters

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

Return Value

Type: WorkflowStepInfo
See Also