Click or drag to resize
VersionManagerCopyVersionAttachmentsInternal Method (Int32, Int32, Hashtable)
Copies the version attachments to the given version, physically copies the attachment history records.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void CopyVersionAttachmentsInternal(
	int sourceVersionHistoryId,
	int destinationVersionHistoryId,
	Hashtable guidTable
)

Parameters

sourceVersionHistoryId
Type: SystemInt32
Source version history ID
destinationVersionHistoryId
Type: SystemInt32
Destination version history ID
guidTable
Type: System.CollectionsHashtable
Attachment GUID conversion table, pairs [OldGUID->NewGUID]
See Also