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

# <a id="SuperOffice_WebApi_Data_Archive_GetAvailableEntitiesRequest" /> Class Archive\_GetAvailableEntitiesRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Archive_GetAvailableEntitiesRequest_Context" /> Context

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_GetAvailableEntitiesRequest_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 GetAvailableColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetAvailableColumnsRequest.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](/en/api/reference/webapi/SuperOffice.WebApi.Data.md)
- [SuperOffice.WebApi.Data.Archive SetChosenEntitiesRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_SetChosenEntitiesRequest.md)
- [SuperOffice.WebApi.Data.Archive SetChosenEntitiesV2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_SetChosenEntitiesV2Request.md)
