BookmarkManagerSetName Method

Spotfire 15.0 API Reference
Sets the name on the specified bookmark. The specified bookmark is removed and a copy of it, with the new name, is returned.

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 Bookmark SetName(
	Bookmark bookmark,
	string name
)

Parameters

bookmark
Type: Spotfire.Dxp.Application.AnalyticItemsBookmark
The bookmark to be renamed.
name
Type: SystemString
The new bookmark name.

Return Value

Type: Bookmark
A new bookmark that has replaced the old bookmark.
Version Information


See Also

Reference