DataSourcePromptMode Enumeration

Spotfire 14.3 API Reference
Defines how a DataSource should prompt a user for settings when loading data.

Namespace:  Spotfire.Dxp.Data
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public enum DataSourcePromptMode
Members

  Member nameValueDescription
None0Use current settings without prompting the user.
RequiredOnly1The user should be prompted for required information not included in the current settings. Optional settings should not be prompted.
All2The user should be prompted for input if applicable. The current settings should be used as default.
Remarks

Note that the application can run in a mode where it is not allowed to show a UI.
Version Information

Supported in: 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference