# Sandbox.Modals.WorkshopPublishOptions.Metadata

```csharp
string Metadata { get; set; }
```

You can store metadata on the item, which is just a string. This can be read when querying items before
downloading them - so it can be useful for storing extra info you want to store.

Declared in [Sandbox.Modals.WorkshopPublishOptions](/api/Sandbox.Modals.WorkshopPublishOptions).
Assembly: `Sandbox.Engine`.
