InformationLinkDataSourceParameters Property TIBCO Spotfire 7.6 API Reference
Gets or sets a list of parameters that are applied when executing the information link. Parameters for elements that are not included in the information link will be ignored. If prompting is not enabled, the parameters will be applied unchanged. If prompting is enabled, a parameter is used as default value in a prompt step if the target element is the same. Parameters for elements not included in any prompt steps are applied unchanged (also in the prompt steps). The parameters are persisted with the data source when saving an analysis, and are re-applied when opening the same analysis. See InformationLinkParameter for a description on how to create a parameter. This argument is optional and may be set to
null
.

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

C#
public IList<InformationLinkParameter> Parameters { get; set; }

Property Value

Type: IListInformationLinkParameter
The parameters.
Version Information

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

Reference