Delete Method (CertStdOperLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method removes the specified certifcation/standard operation link record from the Cert_Std_Oper_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal certName As String, _
ByVal operId As String _
)
'Usage
Dim sessionId As Integer
Dim certName As String
Dim operId As String
CertStdOperLink.Delete(sessionId, certName, operId)
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 standard operation.
- operId
Required. Holds the ID of the standard operation linked to the certification.