Click or drag to resize
WorkflowHistoryInfoProviderChangeDocumentInternal Method
Changes document ID for workflow histories

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 9.0.0
Syntax
C#
protected virtual void ChangeDocumentInternal(
	int originalDocumentId,
	int newDocumentId
)

Parameters

originalDocumentId
Type: SystemInt32
Original document ID
newDocumentId
Type: SystemInt32
New document ID
See Also