Retrieve all folders with sub-folders from SharePoint List
by Shantha Kumar • July 10, 2009 • MOSS, SharePoint • 5 Comments
In this post, I’ll show you how to get all the folders including subfolders from Document Library or List in sharepoint. This is just easy, by using SPQuery object and setting ViewAttributes property in it; we can retrieve only the folders from the SharePoint List, with a single condition. Now I’ll show you a code, [...]
Read more →
