# Sandbox.Storage.CreateEntry

```csharp
static Entry CreateEntry(string type)
```

Create a new storage entry of the given type.

### Parameters

- `type` (`string`): A name to categorize this type as. For example "dupe" or "save"

### Returns

`Entry`: A new Entry

Declared in [Sandbox.Storage](/api/Sandbox.Storage).
Assembly: `Sandbox.Engine`.
