Click or drag to resize
VersionManagerGetVersionAttachments Method
Returns the DataSet containing all the attachments for the given document version based on where condition and order by clause.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax
C#
public ObjectQuery<AttachmentHistoryInfo> GetVersionAttachments(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Document version history ID

Return Value

Type: ObjectQueryAttachmentHistoryInfo
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