Delete Method (OperStepEntExclusion)
- Last UpdatedMar 17, 2026
- 1 minute read
The Delete() method deletes the specified operation step entity exclusion record from the Oper_Step_Ent_Exc table.
public static void Delete(
int sessionId,
string processId,
string operId,
int stepNo,
int entId,
string modId
)
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.
- entId
- Required. Holds the ID of the entity.
- modId
- Required. Holds a modification ID value to avoid data contention. The passed value must match the record's modification ID value for the record to be deleted.