Shantha Kumar T
Learnings & Technical Adventure from ShanthaKumar
Learnings & Technical Adventure from ShanthaKumar
Tag PnP
Filtering SharePoint Object Collections using PnP JavaScript library
Re-Index SharePoint web using CSOM (PnP Core Component)
PnP core component contains the extension methods which help to achieve the SharePoint task in simple lines of code. So to know more about PnP Core component, have a look at “Introduction to PnP Core Component”. WebExtensions.ReIndexWeb (PnP Core Component) –…
Identify the Publishing site in SharePoint using PnP Core Component
Basic SharePoint web operations using PnP Javascript library
Introduction: In this article, we will cover how to use the PnP JS Core library to do some basic web site operations in SharePoint. To know more about this library, check the below links Simplified JavaScript Library for SharePoint PnP-JS-Core…
Get web object from SharePoint using CSOM (PnP Core Component)
Simplified JavaScript Library for SharePoint
In modern tech world, most of the applications are revolve around client side development. SharePoint also concentrated most on client side development from SharePoint 2010 onwards by introducing the different type of Client side APIs. Below are the commonly used…
Delete child site from SharePoint using CSOM (PnP Core Component)
Get all website URLs from SharePoint site using CSOM (PnP Core Component)
WebExtensions.CreateWeb (PnP Core Component)
WebExtensions.CreateWeb – This CSOM extension method from PnP Core Component used to create a new sub-site under the parent web in SharePoint. Supports: SharePoint 2013+, SharePoint Online Assembly: OfficeDevPnP.Core.dll Namespace: Microsoft.SharePoint.Client There are two extension CreateWeb methods are provided in PnP…