> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.PublishType

# <a id="SuperOffice_WebApi_Data_PublishType" /> Enum PublishType

Namespace: [SuperOffice.WebApi.Data](SuperOffice.WebApi.Data.md)\
Assembly: SuperOffice.WebApi.dll

Should this field be published by default?
This Enum is used by:  Task.defaultPublishType; DocTmpl.defaultPublishType; Publish.publishType

```csharp theme={null}
public enum PublishType : short
```

## Fields

`External = 1`

1: Published to external persons

`Undefined = 0`

0:


## Related topics

- [SuperOffice.WebApi.Data.ProjectEventEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProjectEventEntity.md)
- [SuperOffice.WebApi.Data.UserDefinedFieldInfo PublishRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserDefinedFieldInfo_PublishRequest.md)
- [SuperOffice.WebApi.Data.ViewState PublishAndRetrieveUiEventsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.ViewState_PublishAndRetrieveUiEventsRequest.md)
- [SuperOffice.WebApi.Data.QuotePublishDocuments](/en/api/reference/webapi/SuperOffice.WebApi.Data.QuotePublishDocuments.md)
- [SuperOffice.WebApi.Data.Configuration SaveAndPublishRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Configuration_SaveAndPublishRequest.md)
- [SuperOffice.WebApi.Agents.IUserDefinedFieldInfoAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IUserDefinedFieldInfoAgent.md)
