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

# <a id="SuperOffice_WebApi_Data_FormFieldRestriction" /> Class FormFieldRestriction

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

Carrier object for FormFieldRestriction.
Carrier for FormFieldRestriction

```csharp theme={null}
public class FormFieldRestriction : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[FormFieldRestriction](SuperOffice.WebApi.Data.FormFieldRestriction.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring),
[object.Equals(object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object\)),
[object.Equals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.equals#system-object-equals\(system-object-system-object\)),
[object.ReferenceEquals(object, object)](https://learn.microsoft.com/dotnet/api/system.object.referenceequals),
[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode),
[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone)

## Constructors

### <a id="SuperOffice_WebApi_Data_FormFieldRestriction__ctor" /> FormFieldRestriction()

Default constructor - defaults any enum props to 0.

```csharp theme={null}
public FormFieldRestriction()
```

## Properties

### <a id="SuperOffice_WebApi_Data_FormFieldRestriction_FieldIdentifier" /> FieldIdentifier

the identifier for the field

```csharp theme={null}
public virtual string FieldIdentifier { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

### <a id="SuperOffice_WebApi_Data_FormFieldRestriction_FieldRestriction" /> FieldRestriction

The restriction set on the field
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public FormFieldRestrictionType? FieldRestriction { get; set; }
```

#### Property Value

[FormFieldRestrictionType](SuperOffice.WebApi.Data.FormFieldRestrictionType.md)?

#### See Also

[FormFieldRestriction](SuperOffice.WebApi.Data.FormFieldRestriction.md).[FieldRestriction\_String](SuperOffice.WebApi.Data.FormFieldRestriction.md#SuperOffice_WebApi_Data_FormFieldRestriction_FieldRestriction_String)

### <a id="SuperOffice_WebApi_Data_FormFieldRestriction_FieldRestriction_String" /> FieldRestriction\_String

The restriction set on the field
Raw string enum value.

```csharp theme={null}
[JsonProperty("FieldRestriction")]
public string FieldRestriction_String { get; set; }
```

#### Property Value

[string](https://learn.microsoft.com/dotnet/api/system.string)

#### See Also

[FormFieldRestriction](SuperOffice.WebApi.Data.FormFieldRestriction.md).[FieldRestriction](SuperOffice.WebApi.Data.FormFieldRestriction.md#SuperOffice_WebApi_Data_FormFieldRestriction_FieldRestriction)

### <a id="SuperOffice_WebApi_Data_FormFieldRestriction_FormFieldRestrictionId" /> FormFieldRestrictionId

Primary key

```csharp theme={null}
public virtual int FormFieldRestrictionId { get; set; }
```

#### Property Value

[int](https://learn.microsoft.com/dotnet/api/system.int32)

## See Also

[MarketingAgent](SuperOffice.WebApi.Agents.MarketingAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.FormFieldRestrictionType](/en/api/reference/webapi/SuperOffice.WebApi.Data.FormFieldRestrictionType.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.WorkflowStepOptionFormData](/en/api/reference/webapi/SuperOffice.WebApi.Data.WorkflowStepOptionFormData.md)
- [SuperOffice.WebApi.Data](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
