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