Delete Method (JobStepFile)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes the specified job step file record from the Job_Step_File table.
public static void Delete(
int sessionId,
string woId,
string operId,
int seqNo,
int stepNo,
string assocFile
)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- woId
- Required. Holds the ID of the work order associated with the job.
- operId
- Required. Holds the ID of the operation associated with the job.
- seqNo
- Required. Holds the operation sequence number to which the job step belongs.
- stepNo
- Required. Holds the job step number whose job step file record is to be deleted.
- assocFile
- Required. Holds the path and file name of the file associated with the job step file.