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

# <a id="SuperOffice_WebApi_Data_PreviewDash" /> Class PreviewDash

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

Carrier object for PreviewDash.
Dashboard preview

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

#### Inheritance

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

Default constructor - defaults any enum props to 0.

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

## Properties

### <a id="SuperOffice_WebApi_Data_PreviewDash_DashboardId" /> DashboardId

Primary key

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewDash_Description" /> Description

Detailed description

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

#### Property Value

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

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

The name of this dashboard

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewDash_OwnedByFullName" /> OwnedByFullName

Full name of dashboard owner

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

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewDash_Registered" /> Registered

Registered when

```csharp theme={null}
public virtual DateTime Registered { get; set; }
```

#### Property Value

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

### <a id="SuperOffice_WebApi_Data_PreviewDash_Tiles" /> Tiles

Dashboard tiles

```csharp theme={null}
public virtual PreviewDashTile[] Tiles { get; set; }
```

#### Property Value

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

## See Also

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


## Related topics

- [SuperOffice.WebApi.Data.PreviewDashTile](/en/api/reference/webapi/SuperOffice.WebApi.Data.PreviewDashTile.md)
- [SuperOffice.WebApi.Agents.DashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.DashAgent.md)
- [SuperOffice.WebApi.Agents.IDashAgent](/en/api/reference/webapi/SuperOffice.WebApi.Agents.IDashAgent.md)
- [SuperOffice.WebApi.Data.Dash GetPreviewDashRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_GetPreviewDashRequest.md)
- [SuperOffice.WebApi.Data.Carrier](/en/api/reference/webapi/SuperOffice.WebApi.Data.Carrier.md)
- [SuperOffice.WebApi.Data.Previews](/en/api/reference/webapi/SuperOffice.WebApi.Data.Previews.md)
