GetItemClasses 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 does not include any filters and so retrieves all item classes.
| Overload | Description |
|---|---|
| GetItemClasses() | The GetItemClasses() method retrieves item classes and their properties from the database. This overload of the method does not include any filters and so retrieves all item classes. |
| GetItemClasses(Object,Object) | 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. |
| GetItemClasses(String,String,Object,Object,Object,Object) | 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. This overload also includes several other optional parameters by which to filter the item classes being retrieved. |