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