GetByKey Method (FolderFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified file record from the Folder_File table.
public static DataSet GetByKey(
string itemId,
string operId,
int entId,
string verId,
string filePath
)
Parameters
- itemId
- Required. Holds the ID of the item associated with the folder.
- operId
- Required. Holds the ID of the operation associated with the folder.
- entId
- Required. Holds the ID of the entity associated with the folder.
- verId
- Required. Holds the folder version.
- filePath
- Required. Holds the path and file name of the file.
Return Value
Returns a DataSet that contains the DataRow of the specified file record in the Folder_File table. If no matching record for the specified file record is found, an empty DataSet is returned.