开发者

How to iterate through Folders and sub folders of a Sharepoint Document Library using web references

开发者 https://www.devze.com 2022-12-17 18:57 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消