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

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
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: WorkflowHistoryInfo
See Also