VersionManagerGetLatestAttachmentVersion Method (Guid, String) |
Returns latest attachment version found in the AttachmentHistoryTable.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public AttachmentInfo GetLatestAttachmentVersion(
Guid attachmentGuid,
string siteName
)
Parameters
- attachmentGuid
- Type: SystemGuid
Attachment GUID - siteName
- Type: SystemString
Attachment site name
Return Value
Type:
AttachmentInfoSee Also