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

Constructors

NSDashTileHtml()

Initializes a new instance of the NSDashTileHtml class.

Methods

GetLanguageCode()

Gets the content language code for the HTML dashboard tile.
Returns: CRMScript.Global.String - Language code for the content in the HTML tile.

SetLanguageCode(String)

Sets the content language code for the HTML dashboard tile.
Returns: CRMScript.Global.Void

GetHtml()

Gets the HTML content of the dashboard tile.
Returns: CRMScript.Global.String - HTML content of the tile.

SetHtml(String)

Sets the HTML content for the dashboard tile.
Returns: CRMScript.Global.Void