Delete Method (OperStepFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified operation step file record from the Oper_Step_File table.
public static void Delete(
int sessionId,
string processId,
string operId,
int stepNo,
string assocFile
)
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 to which the operation belongs.
- operId
- Required. Holds the ID of the operation to which the step belongs.
- stepNo
- Required. Holds the step number.
- assocFile
- Required. Holds the path and file name of the file associated with the operation step file.