ItemAttr Class Members
- Last UpdatedNov 06, 2025
- 3 minute read
The following tables list the members exposed by ItemAttr.
| Name | Description | |
|---|---|---|
![]() ![]() | Add | The Add() method adds a new item attribute record to the Item_Attr table. |
![]() ![]() | Delete | The Delete() method deletes the specified item attribute record from the Item_Attr table. |
![]() ![]() | DeleteAll | The DeleteAll() method removes one or more item attribute records from the Item_Attr table, as specified by the filter parameters. Passing no filter parameters will remove all item attribute records from the table. |
![]() ![]() | GetAll | Overloaded. The GetAll() method retrieves one or more item attribute records from the Item_Attr table, as specified by the filter parameters. Passing no filter parameters will retrieve all item attributes records from the table. |
![]() ![]() | GetAttrs | The GetAttrs() method retrieves all attributes that are assigned to the specified item and also indicates whether the specified user has permission to edit the attribute. |
![]() ![]() | GetAvailableAttrs | The GetAvailableAttrs() method retrieves all item attributes that are not yet assigned to the specified item and are editable by the specified user. |
![]() ![]() | GetByKey | Overloaded. The GetByKey() method retrieves the specified item attribute record from the Item_Attr table. |
![]() ![]() | Update | The Update() method updates all columns for the specified item attribute record in the Item_Attr table. |
![]() ![]() | UpdateSpecific | The UpdateSpecific() method updates selected columns for the specified item attribute record in the Item_Attr table. |

