InformationLinkParameterCreateFilterParameter Method (String, String, Object, String)

Spotfire 14.3 API Reference

Note: This API is now obsolete.

Creates a new InformationLinkParameter representing a filter parameter.

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#
[ObsoleteAttribute("Use the overload with a Guid elementId instead.")]
public static InformationLinkParameter CreateFilterParameter(
	string elementId,
	string expression,
	Object[] values,
	string dataType
)

Parameters

elementId
Type: SystemString
The element id.
expression
Type: SystemString
The expression.
values
Type: SystemObject
The values.
dataType
Type: SystemString
Type data type, one of String, Integer, Real, Date, Time, DateTime, Clob or Blob.

Return Value

Type: InformationLinkParameter
A new InformationLinkParameter.
Version Information

Obsolete (compiler warning) in 14.3
Obsolete (compiler warning) in 14.2
Obsolete (compiler warning) in 14.1
Obsolete (compiler warning) in 14.0
Obsolete (compiler warning) in 12.5
Obsolete (compiler warning) in 12.4
Obsolete (compiler warning) in 12.3
Obsolete (compiler warning) in 12.2
Obsolete (compiler warning) in 12.1
Obsolete (compiler warning) in 12.0
Obsolete (compiler warning) in 11.8
See Also

Reference