• Archive for November 21st, 2009

    Retrieve SiteCollection Groups

    by  • November 21, 2009 • SharePoint-2010 • 0 Comments

    SharePoint 2010 now supports the client side programming using Client API Classes and namespaces. Using those class references, we can see how to retrieve the list of Site collection groups. Before start the code, add the two namespaces Microsoft.SharePoint.Client and Microsoft.SharePoint.Client.Runtime as references to the project. The above mentioned two DLL’s are available under " [...]

    Read more →