GetItemClassAttrs(String) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This overload of the GetItemClassAttrs() method retrieves all of the specified item class's attributes from the database.
'Declaration
Public Overloads Shared Function GetItemClassAttrs( _
ByVal itemClassId As String _
) As DataSet
public static DataSet GetItemClassAttrs(
string itemClassId
)
Parameters
- itemClassId
- Required. Holds the ID of the item class whose attributes are being retrieved.
Return Value
Returns a DataSet containing the attributes of the specified item class.