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

# <a id="SuperOffice_WebApi_Data_RelatedData" /> Class RelatedData

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

Carrier object for RelatedData.
Display data items for one or more related-table fields, specified using a root entity and dot-syntax

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_RelatedData_Field" /> Field

The name of a 'related field'. This must be a valid column name in the DotSyntax/Dynamic system, implicitly starting with the given root table

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_RelatedData_FieldValue" /> FieldValue

The value for the Field, expressed as an archive column data cell

```csharp theme={null}
public virtual ArchiveColumnData FieldValue { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [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 GetRelatedDataRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetRelatedDataRequest.md)
- [SuperOffice.WebApi.Data.Archive GetRelatedData2Request](/en/api/reference/webapi/SuperOffice.WebApi.Data.Archive_GetRelatedData2Request.md)
- [SuperOffice.WebApi.Data.TicketRelationItem](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationItem.md)
- [SuperOffice.WebApi.Data.TicketRelationType](/en/api/reference/webapi/SuperOffice.WebApi.Data.TicketRelationType.md)
