Click or drag to resize
AutomationHistoryInfoProviderGetLastApprovalActionInternal Method
Gets last approval action to/from given step

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
protected virtual AutomationHistoryInfo GetLastApprovalActionInternal(
	int stepId,
	int stateId,
	bool startStep
)

Parameters

stepId
Type: SystemInt32
Step ID
stateId
Type: SystemInt32
State object ID
startStep
Type: SystemBoolean
Indicates if given step is start step

Return Value

Type: AutomationHistoryInfo
See Also