GetItemsByAttachmentFileId Method
Gets the items that a file is attached to. Only finds items if the file is attached to the tip revision.
Required Permissions
ItemReadSyntax
public Item[] GetItemsByAttachmentFileId(
System.long fileId
)Public Function GetItemsByAttachmentFileId( _
ByVal fileId As System.Long _
) As Item()Parameters
| Name | Description |
|---|---|
| fileId | ItemRead |
Return Value
An array of matching items.