InformationLinkDataSource Constructor (Guid, IEnumerableInformationLinkParameter)

Spotfire 14.3 API Reference
Initializes a new instance of the InformationLinkDataSource class.

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

C#
public InformationLinkDataSource(
	Guid informationLinkId,
	IEnumerable<InformationLinkParameter> parameters
)

Parameters

informationLinkId
Type: SystemGuid
The unique identifier for the information link.
parameters
Type: System.Collections.GenericIEnumerableInformationLinkParameter
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 enabled a parameter is used as default value in a prompt step if the target element is the same. If prompting is not enabled, the parameters will be applied unchanged, unless prompt values were saved in the document previously. 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

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