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