LibraryManager Methods TIBCO Spotfire 7.6 API Reference

The LibraryManager type exposes the following members.

Methods

  Name Description
Public method CreateFolder
Creates a folder with the specified folderName in the library. The folder is created under the specified parentFolder.
Public method Delete
Deletes the specified item in the library.
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method Search
Gets a collection of items matching the specified search expression.
Public method TryGetItem(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 method TryGetItem(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
See Also

Reference