GetByKey Method (FileType)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified file type from the File_Type table.
Parameters
- fileExt
- Required. Holds the file extension of the file type that is being retrieved, including the leading period.
Return Value
Returns a DataSet that contains the DataRow of the specified file type class in the File_Type table. If no matching record for the specified file type ID is found, an empty DataSet is returned.