PdcAttachmentList

From External Bemet Wiki
Revision as of 14:49, 28 July 2023 by TC (talk | contribs) (→‎Declaration)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

pdcAttachmentList as list of pdcAttachment

Methods

PdcAttachmentList.Read
PdcAttachmentList.ReadFromTableName
PdcAttachmentList.Add
PdcAttachmentList.Delete

Properties

PdcAttachmentList.Count
PdcAttachmentList.Items

Description

The pdcAttachmentList can be used to handle Bemet attachments in extensions. The object handles the different attachment options like regular attachments, sharepoint attachments (only cloud) and doc repository attachments. So there is no need to change the code of an extension when switching between these attachment options.

Notes

Availability

Available from Bemet 2022R3 on.