VersionManager CopyVersionAttachments Method (Int32, Int32, Hashtable)Kentico 8.1 API Reference
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.0.0.0 (8.1.5347.20411)

Parameters

sourceVersionHistoryId
Type: OnlineSystem Int32
Source version history ID
destinationVersionHistoryId
Type: OnlineSystem Int32
Destination version history ID
guidTable
Type: OnlineSystem.Collections Hashtable
Attachment GUID conversion table, pairs [OldGUID->NewGUID]
See Also