I need to get the list of all smart objects. Further i would like to get properties and methods in each smart object.
I tried
the Schema discovery option as in ADO.net and
tried using the SOConnection object GetSchema method. I tried different overloads but the NotSupported exception is thrown. An overload with no parameters too is throwing the same exception. I’m not sure if I’m missing anything.
Please provide the suggestions to obtain the list of smart objects and their members.
