> ## 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.UrlEncoding

# <a id="SuperOffice_WebApi_Data_UrlEncoding" /> Enum UrlEncoding

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

Url encoding
This Enum is used by:  TaskMenu.encoding

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

## Fields

`ANSI = 2`

2: ANSI

`None = 1`

1: No encoding

`Unicode = 3`

3: Unicode

`Unknown = 0`

0: Unknown


## Related topics

- [SuperOffice.WebApi.Data.WebPanelEntity](/en/api/reference/webapi/SuperOffice.WebApi.Data.WebPanelEntity.md)
- [SuperOffice.WebApi.Data.TaskMenu](/en/api/reference/webapi/SuperOffice.WebApi.Data.TaskMenu.md)
- [SuperOffice.WebApi.Data.GeneratorEncoding](/en/api/reference/webapi/SuperOffice.WebApi.Data.GeneratorEncoding.md)
- [SuperOffice.WebApi.Data.TemplateVariablesParameters](/en/api/reference/webapi/SuperOffice.WebApi.Data.TemplateVariablesParameters.md)
- [SuperOffice.WebApi.Data.EMailAttachment](/en/api/reference/webapi/SuperOffice.WebApi.Data.EMailAttachment.md)
- [SuperOffice.WebApi.Agents.DocumentAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DocumentAgent.md)
