BookmarkComponentFlags Enumeration TIBCO Spotfire 7.6 API Reference
Specifies the components to use when capturing a bookmark.

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

C#
[PersistenceVersionAttribute(8, 0)]
[FlagsAttribute]
public enum BookmarkComponentFlags
Members

  Member nameValueDescription
None0 Indicates that no components are captured.
ActivePage1 The active page is captured.
ActiveVisual2 The active visualization is captured.
FilterSettings4 The filter settings are captured.
MarkedRecords8 The marked rows are captured.
FilterOrganization16 The filter organization is captured.
Properties32 The document, data and column properties are captured.
PageConfiguration64 The configuration of the page, including layout and configuration of visuals, is captured.
All127 All available components are captured.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference