ScriptParameter Constructor

Spotfire 14.5 API Reference
Initializes a new instance of the ScriptParameter class.

Namespace:  Spotfire.Dxp.Application.Scripting
Assembly:  Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 67.0.20819.4186 (67.0.20819.4186)
Syntax

C#
public ScriptParameter(
	string name,
	string description,
	ScriptParameterType type
)

Parameters

name
Type: System.String
The name of the parameter.
description
Type: System.String
A description of the parameter suitable for displaying to the user.
type
Type: Spotfire.Dxp.Application.Scripting.ScriptParameterType
The type of the parameter.
Version Information

Supported in: 14.5, 14.4, 14.3, 14.2, 14.1, 14.0, 12.5, 12.4, 12.3, 12.2, 12.1, 12.0
See Also

Reference