GetItemClassAttrs(String,Int32) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetItemClassAttrs() method retrieves the specified attribute for the specified item class from the database.
'Declaration
Public Overloads Shared Function GetItemClassAttrs( _
ByVal itemClassId As String, _
ByVal attrId As Integer _
) As DataRow
public static DataRow GetItemClassAttrs(
string itemClassId,
int attrId
)
Parameters
- itemClassId
- Required. Holds the ID of the item class whose attribute is being retrieved.
- attrId
- Required. Holds the ID of the attribute that is being retrieved.
Return Value
Returns a DataRow that contains the specified item class attribute, or null if
the item class's attribute does not exist.