> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# NetServer SuspendedSite element (SuperOffice only)

> NetServer configuration values related to the suspended state.

Configuration values related to the suspended state.

```XML theme={null}
<SuspendedSite>
  <add key="suspended" value="" />
  <add key="download_baseurl" value="" />
</SuspendedSite>
```

| Name              | Description                    |
| ----------------- | ------------------------------ |
| download\_baseurl | Download base URL.             |
| suspended         | The current state of the site. |

See the [NetServer Core reference][1] for details about handling this programmatically.

[1]: https://github.com/SuperOfficeDocs/superoffice-docs/blob/main/docs/en/api/reference/netserver/core/SuperOffice.Configuration.ConfigFile.SuspendedSite.yml
