Click or drag to resize
VersionManagerCopyVersionAttachmentsInternal Method (Int32, Int32)
Copies the version attachment bindings to the given version.

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

Parameters

sourceVersionHistoryId
Type: SystemInt32
Original version history ID
destinationVersionHistoryId
Type: SystemInt32
Target version history ID
See Also