| VersionManagerCopyVersionAttachments Method (Int32, Int32) | 
            Copies the version attachment bindings to the given version.
            
 
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntaxpublic void CopyVersionAttachments(
	int sourceVersionHistoryId,
	int destinationVersionHistoryId
)
Parameters
- sourceVersionHistoryId
 - Type: SystemInt32
Original version history ID - destinationVersionHistoryId
 - Type: SystemInt32
Target version history ID 
See Also