Click here to Skip to main content
15,881,852 members
Articles / Productivity Apps and Services / Sharepoint

SharePoint 2010 Client Object Model, Part 2

Rate me:
Please Sign up or sign in to vote.
4.55/5 (11 votes)
13 Oct 2011CPOL9 min read 95.3K   2.7K   27  
An investigation of SharePoint 2010 Client Object Model and how to use it
<?xml version="1.0" encoding="utf-8"?>
<Feature xmlns="http://schemas.microsoft.com/sharepoint/" Id="561552fe-038e-4094-aff3-0a69c2896738" Scope="Web" Title="SPUGDemo Silverlight">
  <ElementManifests>
    <ElementManifest Location="Silverlight\Elements.xml" />
    <ElementFile Location="Silverlight\SilverlightCSOM.xap" />
  </ElementManifests>
</Feature>

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



Comments and Discussions