Click or drag to resize
VersionManagerGetVersionAttachments Method (Int32, Boolean)
Returns the DataSet containing all the attachments for the given document version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public InfoDataSet<AttachmentHistoryInfo> GetVersionAttachments(
	int versionHistoryId,
	bool getBinary
)

Parameters

versionHistoryId
Type: SystemInt32
Document version history ID
getBinary
Type: SystemBoolean
Indicates if binary data should be included

Return Value

Type: InfoDataSetAttachmentHistoryInfo
See Also