Click or drag to resize
VersionManagerGetAttachmentVersionInternal Method (Int32, Guid, Boolean)
Returns the attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual AttachmentHistoryInfo GetAttachmentVersionInternal(
	int versionHistoryId,
	Guid attachmentGuid,
	bool getBinary
)

Parameters

versionHistoryId
Type: SystemInt32
Document version history ID
attachmentGuid
Type: SystemGuid
Attachment GUID
getBinary
Type: SystemBoolean
Indicates if binary data should be included

Return Value

Type: AttachmentHistoryInfo
See Also