VersionManagerGetAttachmentVersion Method (Int32, Guid, Boolean) |
Returns the attachment version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax public AttachmentHistoryInfo GetAttachmentVersion(
int versionHistoryId,
Guid attachmentGuid,
bool getBinary = true
)
Parameters
- versionHistoryId
- Type: SystemInt32
Document version history ID - attachmentGuid
- Type: SystemGuid
Attachment GUID - getBinary (Optional)
- Type: SystemBoolean
Indicates if binary data should be included
Return Value
Type:
AttachmentHistoryInfoSee Also