Saves the current document in the TIBCO Spotfire Server Library.
Namespace: Spotfire.Dxp.ApplicationAssembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 14.10.7525.5058 (14.10.7525.5058)
Syntax
Parameters
- path
- Type: System String
The parent path in which the file shall be created. The parent type must be a Section or a Folder.
- name
- Type: System String
The name of the document to store in the library. Must be a name that is unique for an Analysis file with the given path.
- description
- Type: System String
A brief description of the analysis.
- keywords
- Type: System String
Searchable keywords for the analysis.
Return Value
Type: Booleantrue if the document was successfully saved.
Exceptions
Exception | Condition |
---|---|
System InvalidOperationException | This method is not called from the application main thread. |
System ArgumentNullException | Any of the parameters are null. |
System ArgumentException | name is an empty string. |
Spotfire.Dxp.Framework.Library LibraryException |
there already exist an Analysis document with the same name at the
same path in the Library. -or- the path is not a valid folder or section. -or- the name is greater than 50 characters or contains invalid characters. -or- there exists a library entry with the given name. -or- a communication error occurs when saving the document in the Library. |
System NotSupportedException | This method is called in the Spotfire Web Player. |
Remarks
This method is not supported in the Spotfire Web Player. Calling it there will cause a NotSupportedException to be thrown.
Version Information
Obsolete (compiler warning) in 6.0
Obsolete (compiler warning) in 5.5
Obsolete (compiler warning) in 5.0
Obsolete (compiler warning) in 4.5
See Also