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

# <a id="SuperOffice_WebApi_Data_List_SetListItemsForUserGroupFromListNameRequest" /> Class List\_SetListItemsForUserGroupFromListNameRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_List_SetListItemsForUserGroupFromListNameRequest_Enable" /> Enable

```csharp theme={null}
public bool Enable { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_List_SetListItemsForUserGroupFromListNameRequest_ListItemsID" /> ListItemsID

```csharp theme={null}
public int[] ListItemsID { get; set; }
```

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_List_SetListItemsForUserGroupFromListNameRequest_UsergroupId" /> UsergroupId

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.List GetListItemsForUserGroupFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetListItemsForUserGroupFromListNameRequest.md)
- [SuperOffice.WebApi.Data.List SetListItemsForUserGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SetListItemsForUserGroupRequest.md)
- [SuperOffice.WebApi.Data.List SetVisibleForUserGroupsFromListNameRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_SetVisibleForUserGroupsFromListNameRequest.md)
- [SuperOffice.WebApi.Data.List GetListItemsForUserGroupRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.List_GetListItemsForUserGroupRequest.md)
- [SuperOffice.WebApi.Agents.ListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ListAgent.md)
- [SuperOffice.WebApi.Agents.IListAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IListAgent.md)
