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

# <a id="SuperOffice_WebApi_Data_List_GetFromListNameRequest" /> Class List\_GetFromListNameRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[List\_GetFromListNameRequest](SuperOffice.WebApi.Data.List_GetFromListNameRequest.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_List_GetFromListNameRequest__ctor" /> List\_GetFromListNameRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_List_GetFromListNameRequest_Id" /> Id

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_List_GetFromListNameRequest_UdListDefinitionName" /> UdListDefinitionName

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.List GetListItemsForHeadingFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetListItemsForHeadingFromListNameRequest.md)
- [SuperOffice.WebApi.Data.List GetHeadingsForListItemFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetHeadingsForListItemFromListNameRequest.md)
- [SuperOffice.WebApi.Data.List GetListEntityByNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetListEntityByNameRequest.md)
- [SuperOffice.WebApi.Data.List GetAllFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetAllFromListNameRequest.md)
- [SuperOffice.WebApi.Data.List GetListItemsForUserGroupFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetListItemsForUserGroupFromListNameRequest.md)
- [SuperOffice.WebApi.Data.MDO GetListIdByListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.MDO_GetListIdByListNameRequest.md)
