public IReadOnlyList<Attachment> GetAttachments( IEnumerable<long> attachmentIDs, bool infoOnly )
Public Function GetAttachments( _ Optional ByVal attachmentIDs As IEnumerable(Of Long), _ Optional ByVal infoOnly As Boolean _ ) As IReadOnlyList(Of Attachment)
Parameters
- attachmentIDs
- An optional parameter. If not set or set to null, all attachments associated with this row is returned. Otherwise, only the attachments associated with the valid ID in attachmentIDs is returned.
- infoOnly
- An optional parameter. If not set or set to false, the entire attachment, including its binary data, is returned.
Return Value
A IReadOnlyList of Attachment. If there are no attachments, an empty list.