Click or drag to resize
WorkflowHistoryInfoProviderMarkRejected Method
Marks workflow histories as used when rejecting to specific step.

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
public static void MarkRejected(
	int startHistoryId,
	int endHistoryId,
	int workflowId,
	string objectType,
	int objectId
)

Parameters

startHistoryId
Type: SystemInt32
Start history ID.
endHistoryId
Type: SystemInt32
End history ID.
workflowId
Type: SystemInt32
Workflow ID.
objectType
Type: SystemString
Object type.
objectId
Type: SystemInt32
Object ID.
See Also