> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithHeaderRequest

# <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderRequest" /> Class Archive\_GetArchiveListByColumnsWithHeaderRequest

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithHeaderRequest_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_GetArchiveListByColumnsWithHeaderRequest_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_GetArchiveListByColumnsWithHeaderRequest_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_GetArchiveListByColumnsWithHeaderRequest_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_GetArchiveListByColumnsWithHeaderRequest_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_GetArchiveListByColumnsWithHeaderRequest_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_GetArchiveListByColumnsWithHeaderRequest_Restriction" /> Restriction

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

#### Property Value

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

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

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

#### Property Value

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