Click or drag to resize
AutomationHistoryInfoProviderMarkRejected Method
Marks automation histories as used when rejecting to specific step.

Namespace: CMS.Automation
Assembly: CMS.Automation (in CMS.Automation.dll) Version: 9.0.0
Syntax
C#
public static void MarkRejected(
	int startHistoryId,
	int endHistoryId,
	int stateId
)

Parameters

startHistoryId
Type: SystemInt32
Start history ID
endHistoryId
Type: SystemInt32
End history ID
stateId
Type: SystemInt32
State object ID
See Also