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

# <a id="SuperOffice_WebApi_Data_FieldInfoMdoList" /> Class FieldInfoMdoList

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

Carrier object for FieldInfoMdoList.
MDO List custom database field.

```csharp theme={null}
public class FieldInfoMdoList : FieldInfoBase
```

#### Inheritance

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

#### Inherited Members

[FieldInfoBase.FieldType\_String](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_FieldType_String),
[FieldInfoBase.FieldType](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_FieldType),
[FieldInfoBase.FieldName](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_FieldName),
[FieldInfoBase.DisplayName](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_DisplayName),
[FieldInfoBase.Description](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_Description),
[FieldInfoBase.ShortLabel](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_ShortLabel),
[FieldInfoBase.HideLabel](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_HideLabel),
[FieldInfoBase.HideField](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_HideField),
[FieldInfoBase.IsIndexed](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsIndexed),
[FieldInfoBase.IsMandatory](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsMandatory),
[FieldInfoBase.IsReadOnly](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsReadOnly),
[FieldInfoBase.IsExternal](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsExternal),
[FieldInfoBase.IsDisplayField](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_IsDisplayField),
[FieldInfoBase.Rank](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_Rank),
[FieldInfoBase.TemplateVariableName](SuperOffice.WebApi.Data.FieldInfoBase.md#SuperOffice_WebApi_Data_FieldInfoBase_TemplateVariableName),
[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_FieldInfoMdoList__ctor" /> FieldInfoMdoList()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_FieldInfoMdoList_DefaultValue" /> DefaultValue

Default list item id

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_FieldInfoMdoList_MdoListName" /> MdoListName

MDO list name used to populate this list. (Read-only)

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

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.FieldInfoBase](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldInfoBase.md)
- [SuperOffice.WebApi.Data.FieldInfoRelation](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldInfoRelation.md)
- [SuperOffice.WebApi.Data.UserDefinedFieldInfo](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserDefinedFieldInfo.md)
- [SuperOffice.WebApi.Data.MDOListItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDOListItem.md)
- [SuperOffice.WebApi.Data.FieldInfoListText](/en/api/reference/webapi/SuperOffice.WebApi.Data.FieldInfoListText.md)
- [SuperOffice.WebApi.Data.UserDefinedFieldInfo GetCustomFieldInfoListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.UserDefinedFieldInfo_GetCustomFieldInfoListRequest.md)
