How to iterate through Folders and sub folders of a Sharepoint Document Library using web references
sharepoint-2007
Solution
Use SiteData's EnumerateFolder method
http://msdn.microsoft.com/en-us/library/ms774758.aspx
Problem
I am trying to access Folder names from Document Libraray using web services in C#. I am to get the first level folder names using getlistitems. Howvever i am not able to get sub folders and documents. Can any body help me with this.