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