VersionManagerGetAttachmentVersion Method (Int32, Guid) |
Returns the attachment version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public AttachmentHistoryInfo GetAttachmentVersion(
int versionHistoryId,
Guid attachmentGuid
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - attachmentGuid
- Type: SystemGuid
Attachment GUID
Return Value
Type:
AttachmentHistoryInfoSee Also