Click or drag to resize
VersionManager.GetAttachmentDocumentVersions 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: 8.2.23
Syntax
C#
public ObjectQuery<VersionAttachmentInfo> GetAttachmentDocumentVersions(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: System.Int32
Attachment history ID

Return Value

Type: ObjectQuery<VersionAttachmentInfo>
See Also