I need access a document library from an ASP.NET app and show the results in a repeater and the results has to have the link to the document. I followed thishttp://msdn.microsoft.com/en-us/library/ee534956(v=office.14).aspx, however, its not pulling back the url to the document. , how can I get my list items in more of a dataset form
with the url to the doc so I can show my results in a repeater within my ASP.NET web app?
↧