Click or drag to resize
VersionManagerSaveAttachmentVersionInternal Method
Saves the attachment version to the database.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual AttachmentHistoryInfo SaveAttachmentVersionInternal(
	AttachmentInfo attachment,
	int versionHistoryId
)

Parameters

attachment
Type: CMS.DocumentEngineAttachmentInfo
Attachment info object
versionHistoryId
Type: SystemInt32
Version history ID

Return Value

Type: AttachmentHistoryInfo
See Also