Skip to end of banner
Go to start of banner

addFilterToFavorites

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

Version 1 Next »

Syntax

addFilterToFavorites(ownerName, dashboardName)

Description

Adds a filter to user's favorites

Parameters

Parameter name

Type

Required

Description

ownerName

string

Yes

Username of a user

filterNamestringYesName of a filter

Return type

boolean

The result of operation

Example

boolean result = addFilterToFavorites("admin", "filterfor Agile project");


See also

  • No labels