Skip to main content
Represents a tile within a preview dashboard.

Constructors

NSPreviewDashTile()

Initializes a new instance of the NSPreviewDashTile class.

Methods

GetName()

Gets the name of the dashboard tile.
Returns: CRMScript.Global.String - Name of the dashboard tile.

SetName(String)

Sets the name of the dashboard tile.
Returns: CRMScript.Global.Void

GetTileType()

Gets the type of the dashboard tile.
Returns: CRMScript.Global.Integer - Type of the dashboard tile.

SetTileType(Integer)

Sets the type of the dashboard tile.
Returns: CRMScript.Global.Void