| VersionManagerCopyVersionAttachmentsInternal Method (Int32, Int32, Hashtable) | 
            Copies the version attachments to the given version, physically copies the attachment history records.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxprotected 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