Click or drag to resize
VersionManager.GetVersionAttachmentsInternal Method
Returns attachment histories for the given version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual ObjectQuery<AttachmentHistoryInfo> GetVersionAttachmentsInternal(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: System.Int32
Version history ID.

Return Value

Type: ObjectQuery<AttachmentHistoryInfo>
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