Delete Method (CharCategoryLink)
- Last UpdatedNov 06, 2025
- 1 minute read
The Delete() method deletes a characteristic category link record from the Char_Category_Link table.
'Declaration
Public Shared Sub Delete( _
ByVal sessionId As Integer, _
ByVal categoryId As Integer, _
ByVal charId As Integer _
)
'Usage
Dim sessionId As Integer
Dim categoryId As Integer
Dim charId As Integer
CharCategoryLink.Delete(sessionId, categoryId, charId)
Parameters
- sessionId
- Required. Holds the session ID and thus the user who is making this method call.
- categoryId
- Required. Holds the ID of the category for the link being deleted.
- charId
- Required. Holds the ID of the characteristic for the link being deleted.