• Posts Tagged ‘Client API’

    SharePoint Daily Alerts – 5

    by  • January 5, 2011 • SharePoint Daily Alerts • 0 Comments

    SharePoint 2010 provides a three new Client API’s for interacting with SharePoint. .Net Managed Application Silverlight Application ECMA Script These API’s are much easier to use than already exsiting WebServices. The recomended Client API was .Net Managed Application than WebServices. Blog this! Bookmark on Delicious Digg this post Recommend on Facebook Share on Linkedin share [...]

    Read more →

    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 →