Shantha Kumar T
Learnings & Technical Adventure from ShanthaKumar
Learnings & Technical Adventure from ShanthaKumar
Category SharePoint
SharePoint Developers vs Browser Console
Now a days, Browser comes with lot of tools and provides n number of features. Like that browser’s developer console opens a lot of feasibility to developers. Debugging, validating the scripts, handling the script errors. In the same manner we…
SharePoint Version Identifier
Sometimes we deployed to new SharePoint project and there we spent some time to identify the version of SharePoint. To overcome this I have created one simple utility to identify the SharePoint version with the service packs. We can get…
Identify Unique permission of a Web Site
The following example CSOM code snippet returns the Boolean value to identify the site has inherited permission or unique permission. Web.HasUniqueRoleAssignments returns true, if the website has the unique permission Web.HasUniqueRoleAssignments returns false, if the website is inherited the permission…
Remote Identification of SharePoint Version
SharePoint has lot of hidden files and methods which provides lot of information about the server and sites. Now we can see one of the hidden area from the vast of SharePoint Sea. SharePoint sites has the hidden file which…
First version of SharePoint 2016 released
There is good news, Microsoft have released the SharePoint 2016 in a preview version on 24th of August 2015. Before the Ignite 2015 event Microsoft announced the release about next on premise environment SharePoint 2016 will become generally available on…
Apps for SharePoint

Microsoft places the lot of apps for the SharePoint and Office products. All the apps can be accessible from the location at office store. From the listed of all apps I have extracted the SharePoint apps, which comes around 891…
SharePoint Time Zone Collections from Regional Settings Page

Today I have something new in my plate, ie., explore new CSOM package release for Office 365. So I have downloaded the package as mentioned in that post and tried some coding stuff(will publish the detail post later). From the…
Restore deleted Top-Level Site or Site Collection
If the site collection user accidentally deletes the top level site, the site collection also gets deleted. This will restrict the user to access the top level site and even sub sites from the site collection. SharePoint Recycle bin feature…
Get Permission Levels associated with all Groups in Site – 1
In this post, I will show you have to get the permission level for the Groups associated to the Web Site Level using the Managed Client Object Model. Managed Client Object Model – Get Permission Levels associated with all Groups…