Represents a bookmark.
Inheritance Hierarchy
Spotfire.Dxp.Application.AnalyticItemsBookmark
Namespace: Spotfire.Dxp.Application.AnalyticItems
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 68.0.21230.5551 (68.0.21230.5551)
Syntax
C#
public sealed class Bookmark
The Bookmark type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Author |
Gets the author of the bookmark.
| |
| Components |
Gets the components included in this bookmark.
| |
| Id |
Gets the id of the bookmark.
| |
| IsPublic |
Gets a value indicating whether the bookmark is public or not.
| |
| Modified |
Gets the date when the bookmark was last modified.
| |
| Name |
Gets the name of the bookmark.
|
Methods
| Name | Description | |
|---|---|---|
| Equals |
Gets a value indicating whether the specified object is equal or not.
(Overrides ObjectEquals(Object).) | |
| GetHashCode |
Gets the hash code.
(Overrides ObjectGetHashCode.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Version Information
Supported in: 14.6, 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also