PdcAttachmentList: Difference between revisions

From External Bemet Wiki
Jump to navigation Jump to search
Created page with "== Methods == PdcAttachmentList.Read <br> PdcAttachmentList.ReadFromTableName<br> PdcAttachmentList.Add<br> PdcAttachmentList.Delete<br> == Properties == [[Pd..."
 
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
== Declaration ==
pdcAttachmentList as list of [[pdcAttachment]]
== Methods ==
== Methods ==
[[PdcAttachmentList.Read]] <br>
[[PdcAttachmentList.Read]] <br>
Line 8: Line 11:
[[PdcAttachmentList.Count]]<br>
[[PdcAttachmentList.Count]]<br>
[[PdcAttachmentList.Items]]<br>
[[PdcAttachmentList.Items]]<br>
== 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 ==
== Notes ==


== Availability ==
== Availability ==
Available from Bemet 2022R3 on.

Latest revision as of 13:49, 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.