Saves the function definition as a new item in the library.
Namespace: Spotfire.Dxp.Data.DataFunctionsAssembly: Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- folder
- Type: Spotfire.Dxp.Framework.Library LibraryItem
The library folder in which to save the function definition to.
- title
- Type: System String
The title of the library item.
- keywords
- Type: System.Collections.Generic IEnumerable String
The keywords.
- savedFunctionDefinition
- Type: Spotfire.Dxp.Data.DataFunctions DataFunctionDefinition
The new function definition that has been saved.
Return Value
Type: LibraryItemThe library item for the newly saved function.
Exceptions
Exception | Condition |
---|---|
Spotfire.Dxp.Framework.Library LibraryException | Thrown if it was not possible to store the function definition in the library. |
Remarks
Version Information
See Also