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

# <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderWithContextRequest" /> Class Archive\_GetArchiveListByColumnsWithHeaderWithContextRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderWithContextRequest_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_GetArchiveListByColumnsWithHeaderWithContextRequest_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_GetArchiveListByColumnsWithHeaderWithContextRequest_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_GetArchiveListByColumnsWithHeaderWithContextRequest_Options" /> Options

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderWithContextRequest_Page" /> Page

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderWithContextRequest_PageSize" /> PageSize

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderWithContextRequest_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_GetArchiveListByColumnsWithHeaderWithContextRequest_Restriction" /> Restriction

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithHeaderWithContext2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsWithHeaderWithContext2Request.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsWithContextRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithContext2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsWithContext2Request.md)
- [SuperOffice.WebApi.Agents.ArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ArchiveAgent.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithHeaderRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsWithHeaderRequest.md)
- [SuperOffice.WebApi.Agents.IArchiveAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IArchiveAgent.md)
