LibraryManager Class TIBCO Spotfire 7.9 API Reference
Provides access to the TIBCO Spotfire library. An instance of this class is available as a service on the user level.
Inheritance Hierarchy

SystemObject
  Spotfire.Dxp.Framework.LibraryLibraryManager

Namespace: Spotfire.Dxp.Framework.Library
Assembly: Spotfire.Dxp.Framework (in Spotfire.Dxp.Framework.dll) Version: 30.0.10915.3380 (30.0.10915.3380)
Syntax

C#
public sealed class LibraryManager

The LibraryManager type exposes the following members.

Methods

  NameDescription
Public methodCreateFolder
Creates a folder with the specified folderName in the library. The folder is created under the specified parentFolder.
Public methodDelete
Deletes the specified item in the library.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSearch
Gets a collection of items matching the specified search expression.
Public methodTryGetItem(Guid, LibraryItem, LibraryItemRetrievalOption)
Tries to get the item associated with the specified id. Returns true if the item is found and false otherwise. On success, the item parameter is assigned and populated according to the specified metadata options.
Public methodTryGetItem(String, LibraryItemType, LibraryItem, LibraryItemRetrievalOption)
Tries to get the item associated with the specified path. Returns true if the item is found and false otherwise. On success, the item parameter is assigned and populated according to the specified metadata options.
Top
Properties

  NameDescription
Public propertyLinks
Gets a collection of methods for retrieving library items uri of different types.
Top
Version Information

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

Reference