Search code examples
sharepointsharepoint-2010sharepoint-api

Retrieving Images From SharePoint through the Managed Client Object Model


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!


Solution

  • This should cover it: http://msdn.microsoft.com/en-us/library/ee956524.aspx

    Also one for uploading file: Link