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

# <a id="SuperOffice_WebApi_Data_ArchiveListItem" /> Class ArchiveListItem

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

Carrier object for ArchiveListItem.

```csharp theme={null}
public class ArchiveListItem : Carrier
```

#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[Carrier](SuperOffice.WebApi.Data.Carrier.md) ←
[ArchiveListItem](SuperOffice.WebApi.Data.ArchiveListItem.md)

#### Inherited Members

[Carrier.TableRight](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_TableRight),
[Carrier.FieldProperties](SuperOffice.WebApi.Data.Carrier.md#SuperOffice_WebApi_Data_Carrier_FieldProperties),
[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_ArchiveListItem__ctor" /> ArchiveListItem()

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_ArchiveListItem_ColumnData" /> ColumnData

Dictionary of column name - column data items. Each column data item contains a display value, a tooltip hint, a link hint, and an orderby value. \<para/>The display value is encoded by the CultureDataFormatter and can be decoded / localized by that class; all other values are optional. \<para/>Tooltip hints can be passed to the TooltipProvider (Tooltip service) to be translated into an actual tootip.

```csharp theme={null}
public virtual ColumnDataDictionary ColumnData { get; set; }
```

#### Property Value

[ColumnDataDictionary](SuperOffice.WebApi.Data.ColumnDataDictionary.md)

### <a id="SuperOffice_WebApi_Data_ArchiveListItem_EntityName" /> EntityName

The entity name of the ArchiveListItem. An ArchiveList may contain rows from different entities.

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveListItem_LinkHint" /> LinkHint

Link hint for the row, indicating things like navigation links that can be presented as clickable hyperlinks

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveListItem_PrimaryKey" /> PrimaryKey

The  primary key for the row

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_ArchiveListItem_StyleHint" /> StyleHint

Style hint for the row, for instance 'retired' for associates or 'private' for appointments. Presentation layers can interpret the style hints as they see fit.

```csharp theme={null}
public virtual string StyleHint { 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.ArchiveListResult](/en/api/reference/webapi/SuperOffice.WebApi.Data.ArchiveListResult.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.CriteriaInformation](/en/api/reference/webapi/SuperOffice.WebApi.Data.CriteriaInformation.md)
- [SuperOffice.WebApi.Data.FindResults](/en/api/reference/webapi/SuperOffice.WebApi.Data.FindResults.md)
- [SuperOffice.WebApi.Agents.ISelectionAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.ISelectionAgent.md)
