DataFunctionDefinitionSave Method TIBCO Spotfire 7.6 API Reference
Updates the function definition 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 Save()

Return Value

Type: LibraryItem
The library item for this function.
Exceptions

ExceptionCondition
LibraryExceptionThrown if it was not possible to store the function definition in the library.
InvalidOperationExceptionIf trying to use this function to save an unsaved functiondefinition. Use SaveAs instead.
Version Information

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

Reference