GetItemClasses(Object,Object) Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetItemClasses() method retrieves item classes and their properties from the database.
This overload of the method includes flags that indicate produced or consumed items as filter parameters.
Parameters
- produced
Optional. Set to true or false to filter the results according to the state of the item class's Produced flag. Pass a null to not apply this filter option.
- consumed
Optional. Set to true or false to filter the results according to the state of the item class's Consumed flag. Pass a null to not apply this filter option.
Return Value
Returns a DataSet that contains all the item class rows that satisfy the
specified filter(s).