Click or drag to resize
VersionAttachmentInfoProviderGetDocumentsForAttachmentVersion Method
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: 9.0.0
Syntax
C#
public static ObjectQuery<VersionAttachmentInfo> GetDocumentsForAttachmentVersion(
	int attachmentHistoryId
)

Parameters

attachmentHistoryId
Type: SystemInt32
Attachment version history ID

Return Value

Type: ObjectQueryVersionAttachmentInfo
See Also