LibraryManager Methods TIBCO Spotfire 6.0 API Reference
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.
Back to Top
See Also