LibraryManager Class TIBCO Spotfire 7.6 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: 25.11.10401.3615 (25.11.10401.3615)
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.
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(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.6, 7.5, 7.0, 6.5, 6.0, 5.5, 5.0
See Also

Reference