GetAttachmentsByItemIds Method
Gets the File attachments for a set of Items.
Required Permissions
ItemReadSyntax
public ItemAttmt[] GetAttachmentsByItemIds(
System.long[] itemIds
)Public Function GetAttachmentsByItemIds( _
ByVal itemIds() As System.Long _
) As ItemAttmt()Parameters
| Name | Description |
|---|---|
| itemIds | A set of Items. |
Return Value
An array of File attachments for the input Items or null if there are no attachments. The return array may not be the same size or correspond to the input array.