DataFunctionDefinitionSaveAs Method TIBCO Spotfire 7.6 API Reference
Saves the function definition as a new item in the library.

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

C#
public LibraryItem SaveAs(
	LibraryItem folder,
	string title,
	IEnumerable<string> keywords,
	out DataFunctionDefinition savedFunctionDefinition
)

Parameters

folder
Type: Spotfire.Dxp.Framework.LibraryLibraryItem
The library folder in which to save the function definition to.
title
Type: SystemString
The title of the library item.
keywords
Type: System.Collections.GenericIEnumerableString
The keywords.
savedFunctionDefinition
Type: Spotfire.Dxp.Data.DataFunctionsDataFunctionDefinition
The new function definition that has been saved.

Return Value

Type: LibraryItem
The library item for the newly saved function.
Exceptions

ExceptionCondition
LibraryExceptionThrown if it was not possible to store the function definition in the library.
Remarks

This method will overwrite any existing item but keep the existing library item id.
Version Information

Supported in: 7.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference