Click or drag to resize
VersionManagerGetVersionAttachments Method (Int32)
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: 8.2.23
Syntax
C#
public ObjectQuery<AttachmentHistoryInfo> GetVersionAttachments(
	int versionHistoryId
)

Parameters

versionHistoryId
Type: SystemInt32
Document version history ID

Return Value

Type: ObjectQueryAttachmentHistoryInfo
See Also