Currently the LibraryManager.Search method limits the item types that it searches to a limited list (AnalysisDxp, Folder, Query, DataFunction, ColorScheme, SpotfireBinaryDataFormat). I need to be able to search for things like datasource elements, so the API simply doesn't work. I'm hoping to work around by calling the web service version, but that's a painful solution...
Implemented in | 11.6 |
From 11.4, you can search for and retrieve any item type in the library when using the LibraryManager.Search, LibraryManager.TryGetItem(GUID) or LibraryItem.TryGetItem(path) methods..
The following types has been added to the LibraryItemType class:
DataSource, ConnectionDataSource, DataConnection, Column, Filter, Join, Procedure, AnalysisState, Bookmark, Mod