Question
get UserGroup using getCurrentUser of CurrentSessionInfo thingworx 9.1
Hi ,
I am trying to get UserGroup using getCurrentUser . and i tried using below line
var result = Resources["CurrentSessionInfo"].GetCurrentUserGroups();
but it returns infotable with multiple groups(including default composer). i want only Custom group returned in String.
even i tried to iterate from infotable but i am unable to do. can someone help me to get it?
Thanks

