“EnsureScriptFunc is Undefined” – How to Handle Javascript this exception in SharePoint 2013.

“”EnsureScriptFunc is Undefined” – How to Handle this exception in SharePoint 2013 when working with Javascript CSOM.”

 

How to Enable and Modify Continuous Crawl Interval in SharePoint 2013 Search Service Application – Content Source

In this article let us see how to enable Continuous crawl in SharePoint 2013 Search and modify the Crawl Interval of Continuous Crawl in SharePoint 2013 Search Service Application – Content Source.

 

Access (Upload and Download) Documents in Document Library with Versions in SharePoint 2013 using C# Server Side Object Model.

In this article let us see how to get a Document along with the Versions in SharePoint 2013 using C# Programatically and upload the same to another document library with all the properties as that of the Source.

 
 

Implementing “I Am Feeling Lucky” Like Google in SharePoint 2013 Search using JavaScript

In this article let us see how to implement “I Am Feeling Lucky” like google in SharePoint 2013 Search using JavaScript.

 

Return Value from ClientContext.ExecuteQueryAsync in Javascript CSOM on SharePoint 2013

How to get a Return value from ClientContext.ExecuteQueryAsync in SP.JS. The method is Asynchronous method. Hence there needs to be a workaround for this. Let us see that in this article.

 

How to Add Discussion Board on SharePoint 2013 on a publishing site by Team Collaborating Lists

Discussion Board App missing on the Publishing Site template. Team Collaborating Lists Feature will make it to install the Discussion Board List template. Discussion Board List template cannot be customized.

 
 

SetRating in Reputation Class in SharePoint 2013 using Javascript and C# CSOM

This article describes about Assigning rating to a list item through C# as well as Javascript by CSOM. This uses the Reputation Class and ReputationModel Namespace.

 

How to Create a Page Layout (PageLayout) with ContentType in SharePoint 2013 using Design Manager – Part III

This article explains how to Create PageLayout (Page Layout) in SharePoint 2013 using Design manager SharePoint Designer Visual Studio 2012.

 

How to Create a Page Layout (PageLayout) with ContentType in SharePoint 2013 – Part II

In this article let us see how to create a PageLayout using SharePoint Designer.

 
 

How to Create a Page Layout (PageLayout) with ContentType in SharePoint 2013

Creating a PageLayout on a publishing portal is a common requirement through which all of us would have come across. Here let us discuss how to do that on SharePoint 2013 with ContentTypes attached to the PageLayout using Visual Studio 2013 SharePoint Designer and Design Manager.