# Sandbox.Resource.ConfigurePublishing

```csharp
void ConfigurePublishing(ResourcePublishContext context)
```

When publishing an asset we'll call into this method to allow the resource to configure how it wants to be published.
This allows your resource to make bespoke decisions to configure publishing based on its content.

### Parameters

- `context` (`ResourcePublishContext`)

Declared in [Sandbox.Resource](/api/Sandbox.Resource).
Assembly: `Sandbox.Engine`.
