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

# <a id="SuperOffice_WebApi_Data_MDO_GetListWithRestrictionRequest" /> Class MDO\_GetListWithRestrictionRequest

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

```csharp theme={null}
public class MDO_GetListWithRestrictionRequest
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[MDO\_GetListWithRestrictionRequest](SuperOffice.WebApi.Data.MDO_GetListWithRestrictionRequest.md)

#### Inherited Members

[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_MDO_GetListWithRestrictionRequest__ctor" /> MDO\_GetListWithRestrictionRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithRestrictionRequest_AdditionalInfo" /> AdditionalInfo

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithRestrictionRequest_Name" /> Name

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_MDO_GetListWithRestrictionRequest_SearchValue" /> SearchValue

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.MDO GetSelectableListWithRestrictionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSelectableListWithRestrictionRequest.md)
- [SuperOffice.WebApi.Agents.MDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MDOAgent.md)
- [SuperOffice.WebApi.Agents.IMDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMDOAgent.md)
- [SuperOffice.WebApi.Data.MDO GetListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetListRequest.md)
- [SuperOffice.WebApi.Data.MDO GetListIdByListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetListIdByListNameRequest.md)
- [SuperOffice.WebApi.Data.MDO GetSimpleListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSimpleListRequest.md)
