PdcAttachmentList: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 1: | Line 1: | ||
== Declaration == | == Declaration == | ||
pdcAttachmentList as list(of [[pdcAttachment]] | pdcAttachmentList as list(of [[pdcAttachment]]) | ||
== Methods == | == Methods == |
Revision as of 13:48, 28 July 2023
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.