Showing posts with label SharePoint 2016 And Office 365. Show all posts
Showing posts with label SharePoint 2016 And Office 365. Show all posts

Tuesday, January 17, 2017

17 Jan

16 Hive Folder in SharePoint 2016

In this article we will learn about the 16 hive folder in Microsoft SharePoint 2016. The 16 hive folder gets created while you install SharePoint 2016. It includes several important files to effectively support SharePoint. Following is the location of 16 Hive folder – C:\Program Files\Common files\Microsoft Shared\Web...

Tuesday, December 20, 2016

20 Dec

Set JSLink in List View using JavaScript Object Model (ECMA) Programming In SharePoint 2016 And Office 365

Steps: Add Content Editor Web part (CEWP) to the SharePoint page. Save the below script as a text file and upload it to Site Assets page. Refer the script file from the CEWP. Script:<script language="javascript" type="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> <script...
20 Dec

Get All Folders using JavaScript Object Model (ECMA) Programming In SharePoint 2016 And Office 365

Steps: Add Content Editor Web part (CEWP) to the SharePoint page. Save the below script as a text file and upload it to Site Assets page. Refer the script file from the CEWP. Script:<script language="javascript" type="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script><script...
20 Dec

Set User as Owner of Group using JavaScript Object Model (ECMA) Programming In SharePoint 2016 And Office 365

Steps:  Add Content Editor Web part (CEWP) to the SharePoint page.  Save the below script as a text file and upload it to Site Assets page.  Refer the script file from the CEWP. Script:<script language="javascript" type="text/javascript"src="//ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script><script...