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

# <a id="SuperOffice_WebApi_Data_ExtraDataFieldType" /> Enum ExtraDataFieldType

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

String, int, decimal, image, url, etc. How should the value be interpreted.

```csharp theme={null}
public enum ExtraDataFieldType
```

## Fields

`Image = 2`

2: Contains the url of the image, or a base64 encoded version of it.

`String = 0`

0: Anything to be shown as text, left aligned. If type is string, it can contain formatspecifiers (use this for displaying numbers correctly as the user's computer is set up).

`Url = 1`

1: A web address


## Related topics

- [SuperOffice.WebApi.Data.ProductExtraDataField](/en/api/reference/webapi/SuperOffice.WebApi.Data.ProductExtraDataField.md)
- [SuperOffice.WebApi.Data.CustomObjectField](/en/api/reference/webapi/SuperOffice.WebApi.Data.CustomObjectField.md)
- [SuperOffice.WebApi.Data.UserPreferenceStrings.ExtraFields](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserPreferenceStrings.ExtraFields.md)
- [SuperOffice.WebApi.Data.DeltaType](/en/api/reference/webapi/SuperOffice.WebApi.Data.DeltaType.md)
- [SuperOffice.WebApi.Data.BlobLinkType](/en/api/reference/webapi/SuperOffice.WebApi.Data.BlobLinkType.md)
- [SuperOffice.WebApi.Data.User](/en/api/reference/webapi/SuperOffice.WebApi.Data.User.md)
