Click or drag to resize
VersionManagerGetLatestAttachmentVersionInternal Method
Returns latest attachment version found in the AttachmentHistoryTable.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual AttachmentInfo GetLatestAttachmentVersionInternal(
	Guid attachmentGuid,
	string siteName,
	bool getBinary
)

Parameters

attachmentGuid
Type: SystemGuid
Attachment GUID
siteName
Type: SystemString
Attachment site name
getBinary
Type: SystemBoolean
Indicates if binary data should be included

Return Value

Type: AttachmentInfo
See Also