Reputation: 10005
I'm trying to write some code to pull down images from SharePoint Foundation 2010 using the Managed Client Object Model. Specifically, I'm trying to get the image bytes from images stored in the Site Assets Document Library. Can anyone explain how to do this or provide some sample code? Thanks for any help!
Upvotes: 1
Views: 2552
Reputation: 2899
This should cover it: http://msdn.microsoft.com/en-us/library/ee956524.aspx
Also one for uploading file: Link
Upvotes: 1