# Sandbox.Modals.WorkshopPublishOptions.OnComplete

```csharp
System.Action<ulong> OnComplete { get; set; }
```

Called when done. The ulong is the published item id. You can access it via url
https://steamcommunity.com/sharedfiles/filedetails/?id=######

Declared in [Sandbox.Modals.WorkshopPublishOptions](/api/Sandbox.Modals.WorkshopPublishOptions).
Assembly: `Sandbox.Engine`.
