ScriptManagerGetAllScriptsWithName Method

Spotfire 14.3 API Reference
Get all scripts with the specified name. Utility method to assist with cleanup of redundant scripts. Use this method to get all scripts with the same name; Then compare the scripts for equivalence with IsEquivalentTo(ScriptDefinition)

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

C#
public IEnumerable<ScriptDefinition> GetAllScriptsWithName(
	string scriptName
)

Parameters

scriptName
Type: SystemString
The name of the scripts to find

Return Value

Type: IEnumerableScriptDefinition
An enumeration of the scripts stored in this script manager with the name specified.
Version Information

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

Reference