Delete Method (CertOperStepLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified certifcation/operation step link record from the Cert_Oper_Step_Link table.
public static void Delete(
int sessionId,
string certName,
string processId,
string operId,
int stepNo
)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- certName
Required. Holds the name of the certification linked to the operation step.
- 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
Reqquired. Holds the step number which is linked to the certification