Click or drag to resize
VersionAttachmentInfoProviderGetDocumentsForAttachmentVersion Method

Note: This API is now obsolete.

Returns the query of all the document versions bound to the specified attachment version.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 10.0.0
Syntax
C#
[ObsoleteAttribute("Use GetVersionAttachments() method instead.")]
public static ObjectQuery<VersionAttachmentInfo> GetDocumentsForAttachmentVersion(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: SystemInt32
Attachment version history ID

Return Value

Type: ObjectQueryVersionAttachmentInfo
See Also