Class NSDashCollection
Carrier object for NSDashCollection.
Constructors
NSDashCollection()
Initializes a new instance of the NSDashCollection class.
Declaration
NSDashCollection Methods
GetFavourites()
Returns the associates favourite dashboards.
Declaration
NSDash[] GetFavourites() Returns
| Type | Description |
| NSDash[] |
GetPinned()
Returns dashboards pinned to the associate.
Declaration
NSDash[] GetPinned() Returns
| Type | Description |
| NSDash[] |
GetOther()
Returns other dashboards.
Declaration
NSDash[] GetOther() Returns
| Type | Description |
| NSDash[] |
SetFavourites(NSDash[])
Set associates favourite dashboards.
Declaration
Void SetFavourites(NSDash[] dashboards) Parameters
| Type | Name | Description |
| NSDash[] | dashboards |
Returns
| Type | Description |
| Void |