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

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

Parameters

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

Return Value

Type: AttachmentHistoryInfo
See Also