DeleteAll Method (CertItemLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The DeleteAll() method removes one or more certifcation/item link records from the Cert_Item_Link table, as specified by the filter parameters. Passing no filter parameters will remove all certification/item link records from the table.
'Declaration
Public Shared Sub DeleteAll( _
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.DeleteAll(sessionId, certName, itemId)
Parameters
- sessionId
Required. Holds the session ID and thus the user who is making this method call.
- certName
Optional filter parameter. Holds the name of the certification linked to the item(s).
- itemId
Optional filter parameter. Holds the ID of the item linked to the cetification(s).