GetByKey Method (FolderItemOperEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The GetByKey() method retrieves the specified link record from the Folder_Item_Oper_Ent_Link table.
Note that the preferred folder version is assumed, so there is no folder version input parameter.
Parameters
- processId
- Required. Holds the ID of the process that contains the operation.
- operId
- Required. Holds the ID of the operation.
- entId
- Required. Holds the ID of the entity.
- itemId
- Required. Holds the ID of the item.
Return Value
Returns a DataSet that contains the DataRow of the specified link record in the Folder_Item_Oper_Ent_Link table. If no matching record for the specified link record is found, an empty DataSet is returned.