GetItemsByFileIdAndLinkTypeOptions Method
Gets a set of Items that are associated in specific ways to a given File.
Required Permissions
ItemReadSyntax
public Item[] GetItemsByFileIdAndLinkTypeOptions(
System.long fileId,
ItemFileLnkTypOpt linkTypeOptions
)Public Function GetItemsByFileIdAndLinkTypeOptions( _
ByVal fileId As System.Long, _
ByVal linkTypeOptions As ItemFileLnkTypOpt _
) As Item()Parameters
| Name | Description |
|---|---|
| fileId | A File ID. |
| linkTypeOptions | The link types to return. Multiple types can be passed in by joining the enum values. |
Return Value
An array of Items that are associated to the File based on the input types.