Skip to end of banner
Go to start of banner

addDashboardToFavorites

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Syntax

addDashboardToFavorites(ownerName, dashboardName)

Description

Adds a dashboard to user's favorites.

Parameters

Parameter name

Type

Required

Description

ownerName

string

Yes

The username of a user

dashboardNamestringYesThe name of a dashboard

Return type

boolean

The result of operation

Example

boolean result = addDashboardToFavorites("admin", "dashboard for Agile project");


See also

  • No labels