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

# NSPreviewDashTile

> Represents a tile within a preview dashboard.

Represents a tile within a preview dashboard.

## Constructors

### NSPreviewDashTile()

```crmscript theme={null}
NSPreviewDashTile
```

Initializes a new instance of the NSPreviewDashTile class.

## Methods

## GetName()

Gets the name of the dashboard tile.

```crmscript theme={null}
String GetName()
```

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Name of the dashboard tile.

## SetName(String)

Sets the name of the dashboard tile.

```crmscript theme={null}
Void SetName(String name)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## GetTileType()

Gets the type of the dashboard tile.

```crmscript theme={null}
Integer GetTileType()
```

**Returns:** [CRMScript.Global.Integer](CRMScript.Global.Integer) - Type of the dashboard tile.

## SetTileType(Integer)

Sets the type of the dashboard tile.

```crmscript theme={null}
Void SetTileType(Integer tileType)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)


## Related topics

- [NSPreviewDash](/en/automation/crmscript/reference/CRMScript.NetServer.NSPreviewDash.md)
- [NSDashAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSDashAgent.md)
- [Create Default Preview Dash Tile](/en/api/reference/restful/agent/dash_agent/create-default-preview-dash-tile.md)
- [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)
