Class NSDashTileHtml
Represents an HTML tile within a dashboard with language and HTML content settings.
Syntax
Constructors
NSDashTileHtml()
Initializes a new instance of the NSDashTileHtml class.
Declaration
NSDashTileHtml
Methods
GetLanguageCode()
Gets the content language code for the HTML dashboard tile.
Declaration
String GetLanguageCode()
Returns
| Type | Description |
|---|---|
| String | Language code for the content in the HTML tile. |
GetHtml()
Gets the HTML content of the dashboard tile.
Declaration
String GetHtml()
Returns
| Type | Description |
|---|---|
| String | HTML content of the tile. |
SetLanguageCode(String)
Sets the content language code for the HTML dashboard tile.
Declaration
Void SetLanguageCode(String languageCode)
Parameters
| Type | Name | Description |
|---|---|---|
| String | languageCode | Language code to assign to the content in the HTML tile. |
Returns
| Type | Description |
|---|---|
| Void |
SetHtml(String)
Sets the HTML content for the dashboard tile.
Declaration
Void SetHtml(String htmlContent)
Parameters
| Type | Name | Description |
|---|---|---|
| String | htmlContent | HTML content to set for the tile. |
Returns
| Type | Description |
|---|---|
| Void |