VersionAttachmentInfoProviderGetDocumentsForAttachmentVersion Method |
Returns the query of all the document versions bound to the specified attachment version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static ObjectQuery<VersionAttachmentInfo> GetDocumentsForAttachmentVersion(
int attachmentHistoryId
)
Parameters
- attachmentHistoryId
- Type: SystemInt32
Attachment version history ID
Return Value
Type:
ObjectQueryVersionAttachmentInfoSee Also