Click or drag to resize
VersionManagerGetAttachmentDocumentVersions Method
Returns the DataSet of all the document versions bound to the specified attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectQuery<VersionAttachmentInfo> GetAttachmentDocumentVersions(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: SystemInt32
Attachment history ID

Return Value

Type: ObjectQueryVersionAttachmentInfo
Remarks
The IncludeBinaryData property and the BinaryData method don't load binary data for attachments stored on the filesystem. To load binary data for attachments stored on the filesystem, use the AttachmentBinary property of every record.
See Also