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: 25.11.10401.3615 (25.11.10401.3615)
Syntax
C#
public enum DataSourcePromptMode
Members
Member name | Value | Description | |
---|---|---|---|
None | 0 | Use current settings without prompting the user. | |
RequiredOnly | 1 | The user should be prompted for required information not included in the current settings. Optional settings should not be prompted. | |
All | 2 | The user should be prompted for input if applicable. The current settings should be used as default. |
Remarks
Version Information
See Also