GetItemsByFileId Method
Gets all of the Items assigned to a File.
Required Permissions
ItemReadSyntax
public Item[] GetItemsByFileId(
System.long fileId
)Public Function GetItemsByFileId( _
ByVal fileId As System.Long _
) As Item()Parameters
| Name | Description |
|---|---|
| fileId | A File ID. |
Return Value
An array of Items assigned to the File or null if there are no assigned Items.