VersionManagerGetAttachmentDocumentVersionsInternal Method |
Returns the DataSet of all the document versions bound to the specified attachment version.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 9.0.0
Syntax protected virtual ObjectQuery<VersionAttachmentInfo> GetAttachmentDocumentVersionsInternal(
int attachmentHistoryId
)
Parameters
- attachmentHistoryId
- Type: SystemInt32
Attachment history ID
Return Value
Type:
ObjectQueryVersionAttachmentInfoSee Also