Static
EqualsDetermines whether the specified object instances are considered equal.
The first object to compare.
The second object to compare.
true if the objects are considered equal; otherwise, false. If both objA and objB are null, the method returns true.
Gets a collection of methods for retrieving analysis and bookmark uris of different types.
Adds a new bookmark for the active page.
The bookmark name.
The new bookmark.
Adds a new bookmark for the specified components on the active page.
The bookmark name.
The components.
The new bookmark.
Applies the specified bookmark to the document.
The bookmark.
Applies the bookmark with the specified id on the current document.
The identifier of the bookmark to apply.
Applies the components of the specified bookmark to the document.
The bookmark to apply.
The bookmark components.
Determines whether all components of the specified bookmark can be fully applied.
The bookmark.
True if all components of the bookmark can be applied; otherwise, False.
Determines whether the specified components of the bookmark can be fully applied.
The bookmark.
The components to check if they can be applied.
True if the specified components of the bookmark can be applied; otherwise False.
Releases all resources managed by the Spotfire.Dxp.Application.AnalyticItems.BookmarkManager.
Gets all the bookmarks in the document.
All bookmarks.
Gets the service of the specified type.
The type to get.
The service of the specified type.
Gets the service of the specified type.
Generic type argument
The service of the specified type.
Removes the specified bookmark from the document.
The bookmark.
Saves a private copy of the specified bookmark.
The bookmark.
The copy of the bookmark.
Gets all bookmarks matching the specified expression.
The search expression.
The bookmarks matching the expression.
Sets the name on the specified bookmark. The specified bookmark is removed and a copy of it, with the new name, is returned.
The bookmark to be renamed.
The new bookmark name.
A new bookmark that has replaced the old bookmark.
Sets the public visibility on the specified bookmark. The specified bookmark is removed and a copy of it, with the new public visibility value, is returned.
The bookmark to set visibility for.
if set to true [is public].
A new bookmark that has replaced the old bookmark.
Tries to get the bookmark specified by id.
The id of the bookmark to get.
A reference to the bookmark, if it exist.
True if the bookmark exists and was retrieved; otherwise False.
Updates the specified bookmark to reflect the active page.
The bookmark to update.
The bookmark.
Manages the bookmarks in the document and in the library. The AnalysisApplication owns an instance of this class and provides it as a service.
Since
2.0