# Sandbox.Storage.QueryResult

The results of a Steam Workshop query

- Kind: class
- Assembly: `Sandbox.Engine`

## Constructors

- [`QueryResult`](/api/Sandbox.Storage.QueryResult/.ctor)

## Properties

- [`Items`](/api/Sandbox.Storage.QueryResult/Items)
- [`NextCursor`](/api/Sandbox.Storage.QueryResult/NextCursor)
- [`ResultCount`](/api/Sandbox.Storage.QueryResult/ResultCount)
- [`TotalCount`](/api/Sandbox.Storage.QueryResult/TotalCount)

## Methods

- [`GetNextResults`](/api/Sandbox.Storage.QueryResult/GetNextResults): Get the next set of results from the query. Returns null if none.
- [`HasMoreResults`](/api/Sandbox.Storage.QueryResult/HasMoreResults): Returns true if there are more results to be fetched
