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