Hi,
I searched an item type. I want to write a method which will return me few properties of the item type lets say id, name, state.
I want to write this method in C# server side, because I will be calling this method on some action.
Please provide a code snippet.
Any help is appreciated.