> ## 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.ArchiveOrderByInfo

# <a id="SuperOffice_WebApi_Data_ArchiveOrderByInfo" /> Class ArchiveOrderByInfo

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

Carrier object for ArchiveOrderByInfo.
This class carries information about an ordering criterion for an archive.

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ArchiveOrderByInfo_Direction" /> Direction

Direction to order.
NULL if unknown enum value.

```csharp theme={null}
[JsonIgnore]
public OrderBySortType? Direction { get; set; }
```

#### Property Value

[OrderBySortType](SuperOffice.WebApi.Data.OrderBySortType.md)?

#### See Also

[ArchiveOrderByInfo](SuperOffice.WebApi.Data.ArchiveOrderByInfo.md).[Direction\_String](SuperOffice.WebApi.Data.ArchiveOrderByInfo.md#SuperOffice_WebApi_Data_ArchiveOrderByInfo_Direction_String)

### <a id="SuperOffice_WebApi_Data_ArchiveOrderByInfo_Direction_String" /> Direction\_String

Direction to order.
Raw string enum value.

```csharp theme={null}
[JsonProperty("Direction")]
public string Direction_String { get; set; }
```

#### Property Value

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

#### See Also

[ArchiveOrderByInfo](SuperOffice.WebApi.Data.ArchiveOrderByInfo.md).[Direction](SuperOffice.WebApi.Data.ArchiveOrderByInfo.md#SuperOffice_WebApi_Data_ArchiveOrderByInfo_Direction)

### <a id="SuperOffice_WebApi_Data_ArchiveOrderByInfo_Name" /> Name

Programmatic name of the column to order by, semantically the same as the ArchiveColumnInfo.Name.

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

#### Property Value

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

## See Also

[ArchiveAgent](SuperOffice.WebApi.Agents.ArchiveAgent.md)


## Related topics

- [SuperOffice.WebApi.Data.Archive ExportArchiveRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_ExportArchiveRequest.md)
- [SuperOffice.WebApi.Data.ArchiveConfiguration](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveConfiguration.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListRequest.md)
- [SuperOffice.WebApi.Data.Archive GetArchiveListWithContextRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetArchiveListWithContextRequest.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)
