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

# <a id="SuperOffice_WebApi_Data_MDO_GetSelectableListWithRestrictionRequest" /> Class MDO\_GetSelectableListWithRestrictionRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[MDO\_GetSelectableListWithRestrictionRequest](SuperOffice.WebApi.Data.MDO_GetSelectableListWithRestrictionRequest.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_GetSelectableListWithRestrictionRequest__ctor" /> MDO\_GetSelectableListWithRestrictionRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_MDO_GetSelectableListWithRestrictionRequest_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_GetSelectableListWithRestrictionRequest_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_GetSelectableListWithRestrictionRequest_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.Agents.MDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.MDOAgent.md)
- [SuperOffice.WebApi.Data.MDO GetSelectableListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSelectableListRequest.md)
- [SuperOffice.WebApi.Data.MDO GetSelectableListWithHistoryRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSelectableListWithHistoryRequest.md)
- [SuperOffice.WebApi.Data.MDO GetSelectableSimpleListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetSelectableSimpleListRequest.md)
- [SuperOffice.WebApi.Agents.IMDOAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IMDOAgent.md)
- [SuperOffice.WebApi.Data.MDO GetListWithRestrictionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetListWithRestrictionRequest.md)
