BookmarkManagerSearch Method

Spotfire 15.0 API Reference
Gets all bookmarks matching the specified expression.

Namespace:  Spotfire.Dxp.Application.AnalyticItems
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public IList<Bookmark> Search(
	string expression
)

Parameters

expression
Type: SystemString
The search expression.

Return Value

Type: IListBookmark
The bookmarks matching the expression.
Version Information


See Also

Reference