GetByKey Method (ItemFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified item file record from the Item_File table.
Parameters
- itemId
Required. Holds the ID of the item to which the file belongs.
- filePath
Required. Holds the path and file name of the item.
Return Value
Returns a DataSet that contains the DataRow of the specified item file record in the Item_File table. If no matching record for the specified item file is found, an empty DataSet is returned.