Learning & Technical Adventure from ShanthaKumar

Tag SPQuery

Retrieve all folders with sub-folders from SharePoint List

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… Continue Reading →

Download all files from SharePoint Library

Now, we are going to see how we can download all documents(incluing sub folders) from SharePoint Library. First of all,we have get all documents from SharePoint Library. The following code help us to get all the documents including Subfolders. //Get… Continue Reading →

© 2023 KTSKUMAR.COM — Powered by WordPress

Theme by Anders NorenUp ↑


Notice: ob_end_flush(): failed to send buffer of zlib output compression (0) in /home/ktskumar/public_html/wp-includes/functions.php on line 4759