How to iterate through Folders and sub folders of a Sharepoint Document Library using web references
I am trying to access Folder names from Document Libraray using web services in C#. I am to get the first level fol开发者_如何学Cder names using getlistitems. Howvever i am not able to get sub folders and documents. Can any body help me with this.
Use SiteData's EnumerateFolder method
http://msdn.microsoft.com/en-us/library/ms774758.aspx
精彩评论