Skip to Main Content
Spotfire Ideas Portal
Status Future Consideration
Product Spotfire
Categories API
Created by Guest
Created on Nov 19, 2018

get the list of columns provided by an information link

in C#, when using and informationlinkdescriptor or informationlinkdatasource, it would be nice to know the list of columns provided by the informationLink.

this can be usefull to identify the columns to ignore, the colums used for mapping (in the addcolumns method) etc..

 

// Locate the InformationLink by Browsing.
InformationLinkDescriptor link = InformationLinkDataSource.BrowseForInformationLink();
InformationLinkDataSource ILdatasource = new InformationLinkDataSource(link.Identifier);

  • Attach files