# Sandbox.Storage.QueryItem.Install

```csharp
System.Threading.Tasks.Task<Entry> Install(System.Threading.CancellationToken token = null)
```

Install this item. This can return null if it's not of the right format.

### Parameters

- `token` (`System.Threading.CancellationToken`), default `null`

### Returns

`System.Threading.Tasks.Task<Entry>`

Declared in [Sandbox.Storage.QueryItem](/api/Sandbox.Storage.QueryItem).
Assembly: `Sandbox.Engine`.
