hi every body.
i have a library in SharePoint 2010 that contain some image files.
in a asp.net application i want to access those images at library (or get library folder path or images address)
how can i to do?
thanks.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Manesh GolekarPosted Jul 2, 2014, 1:52 AM
Here is a great article about using REST API -
http://www.c-sharpcorner.com/uploadfile/anavijai/rest-api-in-sharepoint-2010-for-listdata-svc-part-2/
Thanks ,
M
SayanPosted Jul 1, 2014, 10:55 PM
Manesh GolekarPosted Jul 1, 2014, 9:02 PM
SharePoint 2010 has wcf service ,this provides REST interface , you can get image url in your dot net application using this.
Service URL =
Let me know incase any queries .. Thanks,
M .