I'm building a complex custom data function and need to be able to check whether an input to a data function is an expression or a value. The DataFunctionInput class has an InputType property, but it's not public so I can't directly access it without using Reflection (which clearly means my code could break if the internals of Spotfire change).
Hi Pete,
DataFunctionInput.InputType is an enum used internally by the Data Function UIs. Can you describe your use case where you need to check the Data Function input type?