Class NSPreviewDashTile

Represents a tile within a preview dashboard.

Constructors

NSPreviewDashTile()

Initializes a new instance of the NSPreviewDashTile class.

Declaration

NSPreviewDashTile

Methods

GetName()

Gets the name of the dashboard tile.

Declaration

String GetName()

Returns

Type Description
String Name of the dashboard tile.

SetName(String)

Sets the name of the dashboard tile.

Declaration

Void SetName(String name)

Parameters

Type Name Description
String name Name to assign to the tile.

Returns

Type Description
Void

GetTileType()

Gets the type of the dashboard tile.

Declaration

Integer GetTileType()

Returns

Type Description
Integer Type of the dashboard tile.

SetTileType(Integer)

Sets the type of the dashboard tile.

Declaration

Void SetTileType(Integer tileType)

Parameters

Type Name Description
Integer tileType Type to assign to the tile.

Returns

Type Description
Void