Learning & Technical Adventure from ShanthaKumar

Tag SPSite

Enumerate SiteCollections

SharePoint is the platform where we can store the set of values as items, files as documents in folder or Library. But how we manage all the data’s, there comes Web sites. The above collection of web sites are managed… Continue Reading →

Sites and Sub-sites

By SharePoint object model, how we can get all the sites with sub sites and the top-level sites alone separately. The following snippet which returns all the sites and sub-sites from the site collection. SPSite site=new SPSite.AllWebs; and if we… 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