WorkflowHistoryInfoProviderChangeDocument Method |
Changes document ID for workflow histories.
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 11.0.0
Syntax public static void ChangeDocument(
int originalDocumentId,
int newDocumentId
)
Parameters
- originalDocumentId
- Type: SystemInt32
Original document ID. - newDocumentId
- Type: SystemInt32
New document ID.
See Also