When programming in SharePoint using JavaScript - Client Side Object Model, we often need some properties related to the site to use in our code. By using _spPageContextInfo in SharePoint, you can avoid too many calls to SharePoint objects to get basic properties like Site Title, Logged-In user name, Site URL, etc….
Continue Reading >>