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

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