> ## Documentation Index
> Fetch the complete documentation index at: https://docs.superoffice.com/llms.txt
> Use this file to discover all available pages before exploring further.

# NSDashCollection

> Carrier object for NSDashCollection.

Carrier object for NSDashCollection.

## Constructors

### NSDashCollection()

```crmscript theme={null}
NSDashCollection
```

Initializes a new instance of the NSDashCollection class.

## Methods

## GetFavourites()

Returns the associates favourite dashboards.

```crmscript theme={null}
NSDash[] GetFavourites()
```

**Returns:** [CRMScript.NetServer.NSDash](CRMScript.NetServer.NSDash)\[]

## GetPinned()

Returns dashboards pinned to the associate.

```crmscript theme={null}
NSDash[] GetPinned()
```

**Returns:** [CRMScript.NetServer.NSDash](CRMScript.NetServer.NSDash)\[]

## GetOther()

Returns other dashboards.

```crmscript theme={null}
NSDash[] GetOther()
```

**Returns:** [CRMScript.NetServer.NSDash](CRMScript.NetServer.NSDash)\[]

## SetFavourites(NSDash\[])

Set associates favourite dashboards.

```crmscript theme={null}
Void SetFavourites(NSDash[] dashboards)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetPinned(NSDash\[])

Sets dashboards pinned to the associate.

```crmscript theme={null}
Void SetPinned(NSDash[] dashboards)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)

## SetOther(NSDash\[])

Sets other dashboards.

```crmscript theme={null}
Void SetOther(NSDash[] dashboards)
```

**Returns:** [CRMScript.Global.Void](CRMScript.Global.Void)


## Related topics

- [NSDashAgent](/en/automation/crmscript/reference/CRMScript.NetServer.NSDashAgent.md)
- [Namespace CRMScript.NetServer](/en/automation/crmscript/reference/CRMScript.NetServer.md)
- [Get Dash Collection](/en/api/reference/restful/agent/dash_agent/get-dash-collection.md)
- [Create Default Dash Collection](/en/api/reference/restful/agent/dash_agent/create-default-dash-collection.md)
- [SuperOffice.WebApi.Data.DashCollection](/en/api/reference/webapi/SuperOffice.WebApi.Data.DashCollection.md)
- [SuperOffice.WebApi.Data.Dash GetDashCollectionRequest](/en/api/reference/webapi/SuperOffice.WebApi.Data.Dash_GetDashCollectionRequest.md)
