VersionManagerGetLatestAttachmentVersionInternal Method |
Returns latest attachment version found in the AttachmentHistoryTable.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax 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:
AttachmentInfoSee Also