Delete Method (FolderItemOperEntLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified link record from the Folder_Item_Oper_Ent_Link table.
public static void Delete(
int sessionId,
string processId,
string operId,
int entId,
string itemId
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- 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.