InputParameter IsAllowedDataType Method TIBCO Spotfire 6.0 API Reference
Check if the data type is allowed as a data type for this parameter.

Namespace: Spotfire.Dxp.Data.DataFunctions
Assembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

public bool IsAllowedDataType(
	DataType dataType
)

Return Value

Type: Boolean
True if the data type is allowed; false otherwise.
See Also