GetItems Method
- Last UpdatedNov 06, 2025
- 1 minute read
The GetItems() method retrieves multiple items and their properties from the database. The method includes the item class ID and flags that indicate produced or consumed items as filter parameters.
| Overload | Description |
|---|---|
| GetItems(String,Object,Object) | The GetItems() method retrieves multiple items and their properties from the database. The method includes the item class ID and flags that indicate produced or consumed items as filter parameters. |
| GetItems(String,String,String,Object,Object,Object,Object,String,String,String,String) | The GetItems() method retrieves multiple items and their properties from the database. The method includes the item class ID and flags that indicate produced or consumed items as filter parameters. This overload includes several other optional parameters by which to filter the items being retrieved. |