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

# 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
