Click or drag to resize
AbstractWorkflowManagerInfoType, StateInfoType, ActionEnumTypeGetPreviousStepsInternal 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.WorkflowEngineWorkflowStepInfo
Current workflow step

Return Value

Type: ListWorkflowStepInfo
See Also