WorkflowHistoryInfoProviderChangeDocumentInternal Method |
Changes document ID for workflow histories
Namespace: CMS.WorkflowEngineAssembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 10.0.0
Syntax protected virtual void ChangeDocumentInternal(
int originalDocumentId,
int newDocumentId
)
Parameters
- originalDocumentId
- Type: SystemInt32
Original document ID - newDocumentId
- Type: SystemInt32
New document ID
See Also