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

# <a id="SuperOffice_WebApi_Data_FormFieldRestrictionType" /> Enum FormFieldRestrictionType

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

Possible restriction for fields used in forms
This Enum is used by:  form\_field\_restriction.field\_restriction

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

## Fields

`DoNotShow = 2`

2: Do not show in forms

`NotSet = 0`

0: Not set

`ReadOnly = 1`

1: Deny overwrite


## Related topics

- [SuperOffice.WebApi.Data.FormFieldRestriction](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormFieldRestriction.md)
- [SuperOffice.WebApi.Data.Marketing SetAllFormFieldRestrictionsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Marketing_SetAllFormFieldRestrictionsRequest.md)
- [SuperOffice.WebApi.Agents.IMarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMarketingAgent.md)
- [SuperOffice.WebApi.Agents.MarketingAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MarketingAgent.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.FormType](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormType.md)
