> ## 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.Archive SetChosenEntitiesRequest

# <a id="SuperOffice_WebApi_Data_Archive_SetChosenEntitiesRequest" /> Class Archive\_SetChosenEntitiesRequest

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

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

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Archive\_SetChosenEntitiesRequest](SuperOffice.WebApi.Data.Archive_SetChosenEntitiesRequest.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_Archive_SetChosenEntitiesRequest__ctor" /> Archive\_SetChosenEntitiesRequest()

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

## Properties

### <a id="SuperOffice_WebApi_Data_Archive_SetChosenEntitiesRequest_Entities" /> Entities

```csharp theme={null}
public string[] Entities { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_SetChosenEntitiesRequest_GuiName" /> GuiName

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_SetChosenEntitiesRequest_ProviderName" /> ProviderName

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Archive SetChosenEntitiesV2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_SetChosenEntitiesV2Request.md)
- [SuperOffice.WebApi.Data.Archive SetChosenColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_SetChosenColumnsRequest.md)
- [SuperOffice.WebApi.Data.Archive SetChosenColumnsV2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_SetChosenColumnsV2Request.md)
- [SuperOffice.WebApi.Agents.ArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ArchiveAgent.md)
- [SuperOffice.WebApi.Agents.IArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IArchiveAgent.md)
- [SuperOffice.WebApi.Data.ArchiveConfiguration](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveConfiguration.md)
