views:

363

answers:

1

Hi,

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.

Thanks, Jene

+2  A: 

Hi Ane,

Use SiteData's EnumerateFolder method

http://msdn.microsoft.com/en-us/library/ms774758.aspx

Preeti Singh

related questions