ScriptManagerExecuteScript Method (String, IDictionaryString, Object)

Spotfire 14.2 API Reference

Note: This API is now obsolete.

Executes the specified script.

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

C#
[ObsoleteAttribute("Use the ExecuteScript overload that allows specifying the ScriptLanguage.")]
public void ExecuteScript(
	string scriptCode,
	IDictionary<string, Object> scriptArguments
)

Parameters

scriptCode
Type: SystemString
The IronPython script to execute.
scriptArguments
Type: System.Collections.GenericIDictionaryString, Object
A mapping of script variable names to values.
Exceptions

ExceptionCondition
NotSupportedExceptionif script support is not available in the current distribution.
Remarks

The script is executed in a transaction. Any exeptions thrown by the script are propagated to the caller of this method.
Version Information

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
Obsolete (compiler warning) in 11.7
Obsolete (compiler warning) in 11.6
Obsolete (compiler warning) in 11.5
Obsolete (compiler warning) in 11.4
See Also

Reference