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