InformationLinkDataSource Constructor (String, IListInformationLinkParameter) TIBCO Spotfire 7.6 API Reference

Note: This API is now obsolete.

Initializes a new instance of the InformationLinkDataSource class.

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#
[ObsoleteAttribute("Use the overload with a Guid id instead.")]
public InformationLinkDataSource(
	string informationLinkId,
	IList<InformationLinkParameter> parameters
)

Parameters

informationLinkId
Type: SystemString
The unique identifier for the information link.
parameters
Type: System.Collections.GenericIListInformationLinkParameter
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. Otherwize, a parameter is used as default value in a prompt step if the target element is the same. Parameters for other 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
.
Version Information

Obsolete (compiler warning) in 7.6
Obsolete (compiler warning) in 7.5
Obsolete (compiler warning) in 7.0
Obsolete (compiler warning) in 6.5
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
See Also

Reference