AutomationHistoryInfoProviderMarkRejected Method |
Marks automation histories as used when rejecting to specific step.
Namespace: CMS.AutomationAssembly: CMS.Automation (in CMS.Automation.dll) Version: 12.0.0
Syntax 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