Status: New
Owner: ----
New issue 618 by
jamier....@gmail.com: GroupsService.RetrieveAllMembers
http://code.google.com/p/google-gdata/issues/detail?id=618
What steps will reproduce the problem?
AppsService service = new AppsService(domain,user,password);
var members = service.Groups.RetrieveAllMembers("test");
Console.WriteLine(members.Entries.First().Title.Text);
What is the expected output? What do you see instead?
Expected output is the entry information, but instead it's null. The number
of entries is correct if I use:
Console.WriteLine(members.Entries.Count);
So I know the person has the correct permissions.
What version of the product are you using? On what operating system?
Please provide any additional information below.
version 2.1