GetByKey Method (Folder)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified folder record from the Folder table.
Parameters
- itemId
- Required. Holds the item identifier of 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.
Return Value
Returns a DataSet that contains the DataRow of the specified folder record in the Folder table. If no matching record for the specified folder record is found, an empty DataSet is returned.