I'm converting some older code from our pre-6.0 style to the new public api in process version. I've been able to find functions for just about everything so far but am stumped on this last bit. What would be the 6.0/6.1 upgrade safe version of code be for these lines?
Telligent.Evolution.Components.Group g = Telligent.Evolution.Components.Groups.GroupService.GetGroup(request.groupid);
System.Collections.Generic.ICollection<Telligent.Evolution.Components.IGroupApplication> gApps = g.GetApplications();
To the point...is there a PublicApi method for finding out what applications a particular group has setup?