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

# NSDashTileHtml

> Represents an HTML tile within a dashboard with language and HTML content settings.

Represents an HTML tile within a dashboard with language and HTML content settings.

## Constructors

### NSDashTileHtml()

```crmscript theme={null}
NSDashTileHtml
```

Initializes a new instance of the NSDashTileHtml class.

## Methods

## GetLanguageCode()

Gets the content language code for the HTML dashboard tile.

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - Language code for the content in the HTML tile.

## SetLanguageCode(String)

Sets the content language code for the HTML dashboard tile.

```crmscript theme={null}
Void SetLanguageCode(String languageCode)
```

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

## GetHtml()

Gets the HTML content of the dashboard tile.

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

**Returns:** [CRMScript.Global.String](CRMScript.Global.String) - HTML content of the tile.

## SetHtml(String)

Sets the HTML content for the dashboard tile.

```crmscript theme={null}
Void SetHtml(String htmlContent)
```

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


## Related topics

- [NSDashAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSDashAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Get Dash Tile Html](/en/api/reference/restful/agent/dash_agent/get-dash-tile-html.md)
- [Save Dash Tile Html List](/en/api/reference/restful/agent/dash_agent/save-dash-tile-html-list.md)
- [Get Dash Tile Html List](/en/api/reference/restful/agent/dash_agent/get-dash-tile-html-list.md)
- [SuperOffice.WebApi.Data.DashTileHtml](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashTileHtml.md)
