|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
browse files on Share point serverHello!
I need to write a simple application that lists all files in a folder on a Share Point Server. Can I use Directory.GetDirectories() and GetFiles() functions? The program is for my customers so I don't have the server available for tests. They can view the files in Explorer with http://... paths. You'll need to find some form of webdav component as sharepoint exposes
library browsing via webdav over http, or you could use the webresponse and webrequest methods and do it the old fashioned way. http://msd2d.com/Content/Tip_viewitem_03NoAuth.aspx?section=Sharepoint&id=FE236401-12DD-42EB-9A47-02005DE37A9B Regards John Timney (MVP) Show quote "Miro" <M***@discussions.microsoft.com> wrote in message news:68DD3AF7-924D-459F-9AD6-67536FE72EDB@microsoft.com... > Hello! > > I need to write a simple application that lists all files in a folder on a > Share Point Server. Can I use Directory.GetDirectories() and GetFiles() > functions? > > The program is for my customers so I don't have the server available for > tests. They can view the files in Explorer with http://... paths. > |
|||||||||||||||||||||||