Click or drag to resize
AbstractWorkflowManager<InfoType, StateInfoType, ActionEnumType>.GetPreviousStepsInternal Method
Returns list of previous steps for current workflow cycle

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax
C#
protected abstract List<WorkflowStepInfo> GetPreviousStepsInternal(
	InfoType infoObj,
	StateInfoType stateObj,
	WorkflowStepInfo step
)

Parameters

infoObj
Type: InfoType
Info object
stateObj
Type: StateInfoType
State object
step
Type: CMS.WorkflowEngine.WorkflowStepInfo
Current workflow step

Return Value

Type: List<WorkflowStepInfo>
See Also