LibraryManager Methods TIBCO Spotfire 7.11 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.
Public method GetType
Gets the Type of the current instance.
(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