WorkflowHistoryInfoProviderGetLastApprovalActionInternal Method |
Gets last approval action to/from given step
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 8.2.23
Syntax protected virtual WorkflowHistoryInfo GetLastApprovalActionInternal(
int stepId,
string objectType,
int objectId,
bool startStep
)
Parameters
- stepId
- Type: SystemInt32
Step ID - objectType
- Type: SystemString
Object type - objectId
- Type: SystemInt32
Object ID - startStep
- Type: SystemBoolean
Indicates if given step is start step
Return Value
Type:
WorkflowHistoryInfoSee Also