AutomationHistoryInfoProviderGetLastApprovalActionInternal Method |
Gets last approval action to/from given step
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 8.2.23
Syntax 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:
AutomationHistoryInfoSee Also