Click or drag to resize
AbstractAutomationManager<InfoType>.GetPreviousStepInfo Method
Returns previous step information.

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

Parameters

infoObj
Type: InfoType
Object instance
stateObj
Type: CMS.Automation.AutomationStateInfo
State object

Return Value

Type: WorkflowStepInfo
See Also