DataFunctionDefinition Save Method TIBCO Spotfire 6.0 API Reference
Updates the function definition in the library.

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

public LibraryItem Save()

Return Value

Type: LibraryItem
The library item for this function.
Exceptions

ExceptionCondition
Spotfire.Dxp.Framework.Library LibraryExceptionThrown if it was not possible to store the function definition in the library.
System InvalidOperationExceptionIf trying to use this function to save an unsaved functiondefinition. Use SaveAs instead.
See Also