SharePoint Client OM Tutorials?
I'm looking for a good tutorial on how to use the SharePoint 2010 Client Object Model. All I've been able to find on the web is 开发者_如何学Csome snippets about getting all the list names.
I'm looking for functionality such as:
- Adding an item to a list
- Querying a list for a specific field value
- Deleting a row from a list
Any help would be appreciated!
Using the SharePoint Foundation 2010 Managed Client Object Model should be helpful.
Also, I did a course for the Pluralsight On-Demand Library on the topic.
Check this MSDN Video by Andrew Connell
精彩评论