Click or drag to resize
VersionManagerAddAttachmentToVersion Method
Adds the version - attachment binding to the database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public void AddAttachmentToVersion(
	int versionHistoryId,
	int attachmentHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Document version history ID
attachmentHistoryId
Type: SystemInt32
Attachment version history ID
See Also