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