Skip to main content
Represents a tile in a dashboard configuration.

Constructors

NSDashTile()

Initializes a new instance of the NSDashTile class.

Methods

GetDashboardId()

Gets the ID of the associated dashboard.
Returns: CRMScript.Global.Integer

GetDashboardTileId()

Gets the primary key ID of the dashboard tile.
Returns: CRMScript.Global.Integer

GetDashTileDefinition()

Gets the tile definition entity.
Returns: CRMScript.NetServer.NSDashTileDefinition

GetHeight()

Gets the height of the tile in the dashboard.
Returns: CRMScript.Global.Integer

GetRank()

Gets the rank order of the tile.
Returns: CRMScript.Global.Integer

GetWidth()

Gets the width of the tile in the dashboard.
Returns: CRMScript.Global.Integer

SetDashboardId(Integer)

Sets the ID of the associated dashboard.
Returns: CRMScript.Global.Void

SetDashboardTileId(Integer)

Sets the primary key ID of the dashboard tile.
Returns: CRMScript.Global.Void

SetDashTileDefinition(NSDashTileDefinition)

Sets the tile definition entity.
Returns: CRMScript.Global.Void

SetHeight(Integer)

Sets the height of the tile in the dashboard.
Returns: CRMScript.Global.Void

SetRank(Integer)

Sets the rank order of the tile.
Returns: CRMScript.Global.Void

SetWidth(Integer)

Sets the width of the tile in the dashboard.
Returns: CRMScript.Global.Void