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

# <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest" /> Class Archive\_ExportArchiveRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_Columns" /> Columns

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_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_ExportArchiveRequest_DesiredEntities" /> DesiredEntities

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_EstimatedRowCount" /> EstimatedRowCount

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_ExportType" /> ExportType

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

#### Property Value

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

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

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_Restrictions" /> Restrictions

```csharp theme={null}
public ArchiveRestrictionInfo[] Restrictions { get; set; }
```

#### Property Value

[ArchiveRestrictionInfo](SuperOffice.WebApi.Data.ArchiveRestrictionInfo.md)\[]

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_SelectedRowIds" /> SelectedRowIds

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_ExportArchiveRequest_SortOrder" /> SortOrder

```csharp theme={null}
public ArchiveOrderByInfo[] SortOrder { get; set; }
```

#### Property Value

[ArchiveOrderByInfo](SuperOffice.WebApi.Data.ArchiveOrderByInfo.md)\[]


## Related topics

- [SuperOffice.WebApi.Data.ExportArchiveResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.ExportArchiveResult.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.Archive GetArchiveConfigurationRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveConfigurationRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveList2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveList2Request.md)
