> ## Documentation Index
> Fetch the complete documentation index at: https://superofficeas-bugfix-ty-screen-designer-paradox.mintlify.site/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)
