CertItemLink Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by CertItemLink.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new certifaction/item link record to the Cert_Item_Link table. |
![]() ![]() | Delete | The Delete() method removes the specified certifcation/item link record from the Cert_Item_Link table. |
![]() ![]() | DeleteAll | 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. |
![]() ![]() | GetAll | The GetAll() method retrieves one or more certification/item link records from the Cert_Item_Link table, as specified by the filter parameters. Passing no filter parameters will retrieve all certification/item link records from the table. |
![]() ![]() | GetAvailable | The GetAvailable() method retrieves all the appropriate certifications that are not already linked to the specified item. |
![]() ![]() | GetByKey | The GetByKey() method retrieves the specified certification/item link record from the Cert_Item_Link table. |
![]() ![]() | Update | The Update() method updates all columns of the specified certification/item link record in the Cert_Item_Link table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns of the specified certification/item link record in the Cert_Item_Link table. |

