WorkflowHistoryInfoProviderMarkRejected Method |
Marks workflow histories as used when rejecting to specific step.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax 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