Currently LibraryManager.Search() and LibraryManager.TryGetItem() can only search or get items with type defined in Spotfire.Dxp.Framework.Library.LibraryItemType, items with type other than these can not be returned by these 2 methods.
Customer want to search library for data source, column element, filter element etc for further process.
Please allow to search any type of library items in LibraryManager class.
Thanks.
Implemented in | 11.4 |
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