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

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

Parameters

startHistoryId
Type: System.Int32
Start history ID
endHistoryId
Type: System.Int32
End history ID
workflowId
Type: System.Int32
Workflow ID
objectType
Type: System.String
Object type
objectId
Type: System.Int32
Object ID
See Also