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

# <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithContext2Request" /> Class Archive\_GetArchiveListByColumnsWithContext2Request

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

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

#### Inheritance

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

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

## Properties

### <a id="SuperOffice_WebApi_Data_Archive_GetArchiveListByColumnsWithContext2Request_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_GetArchiveListByColumnsWithContext2Request_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_GetArchiveListByColumnsWithContext2Request_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_GetArchiveListByColumnsWithContext2Request_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_GetArchiveListByColumnsWithContext2Request_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_GetArchiveListByColumnsWithContext2Request_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_GetArchiveListByColumnsWithContext2Request_Restriction" /> Restriction

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

#### Property Value

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

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

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

#### Property Value

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


## Related topics

- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithHeaderWithContext2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsWithHeaderWithContext2Request.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListWithContext2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListWithContext2Request.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 GetArchiveListByColumnsRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListByColumnsWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListByColumnsWithContextRequest.md)
