ParameterManagerTryGetParameterValueT Method

Spotfire 14.3 API Reference
Gets the value assigned to the parameter identified by the given parameterName.

Namespace:  Spotfire.Dxp.Framework.ApplicationModel
Assembly:  Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 65.0.19510.3242 (65.0.19510.3242)
Syntax

C#
public abstract bool TryGetParameterValue<T>(
	string parameterName,
	out T value
)

Parameters

parameterName
Type: SystemString
The parameter name.
value
Type: T
The parameter value.

Type Parameters

T
The type of the parameter value. The supported types are: string, int, long, decimal, float, double, DateTime, TimeSpan and bool or a generic list (IList`1) of any of these types.

Return Value

Type: Boolean
true if the parameter exists and has a value that can be converted to the type given by T; otherwise, false.
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