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

Namespace: CMS.WorkflowEngine
Assembly: CMS.WorkflowEngine (in CMS.WorkflowEngine.dll) Version: 12.0.0
Syntax
C#
public static void ChangeDocument(
	int originalDocumentId,
	int newDocumentId
)

Parameters

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