DataSaveSettings Members TIBCO Spotfire 5.5 API Reference
The DataSaveSettings type exposes the following members.
Constructors

  NameDescription
Public methodDataSaveSettings(DataManager)
Creates the default save settings for the Data Manager.
Public methodDataSaveSettings(DataManager, DataSaveSettings)
Combines the default save settings for a Data Manager with an old (possibly outdated) set of settings. This is used create a new DataSaveSettings where all the obsolete settings has been removed but the valid settings are still there.
Back to Top
Methods

  NameDescription
Public methodAreApplicable
Checks if the save settings are applicable to the tables in a given DataManager.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodTryGetDataTableSettings
Try and get the settings for a specified table.
Back to Top
Properties

  NameDescription
Public propertyConfigurePrompting
True if prompt settings shall be specified for tables with linked data.
Public propertyDataTableSettings
Gets a mutable list of DataTableSaveSettings for the DataTables in the DataManager.
Public propertyEmbedAllSourceData
True if all tables with source data shall be saved in embedded mode.
Public propertyKeepMarkingsTagsAndBookmarks
True if markings, tags and bookmarks shall be kept for tables with linked data.
Back to Top
See Also