This SharePoint server object model tutorial explains, how to get all approved task from a different type of task list and added in one list. Here, we will use the SharePoint server object model code to get all approval tasks from a list based on the template ID in SharePoint 2013/2016. Get All approval task […]
In this blog, we will discuss how to create a team web part in SharePoint using the SharePoint Server object model. The motto of this web part is, it will show you the all team sites and subsite which you have the member permission. Create a custom Team web part using SharePoint server object model […]
This SharePoint tutorial explains, 40+ SharePoint server object model examples. Various SharePoint server object model classes which are available in SharePoint 2010/2013/2016. Let us discuss more on the SharePoint server object model. SharePoint server object model There are two types of object model in SharePoint. Server object model Client object model We will discuss how […]
This SharePoint tutorial, we will discuss how to read users from AD global groups which are added part of SharePoint groups using SharePoint server object model code. In this article, we will be learning how to read the users from Active Directory (AD) Global Groups (GG) added as part of the SharePoint group. We will […]
This SharePoint tutorial, we will discuss how to send email programmatically using the server object model in SharePoint 2013/2016. I will also show how to send email in SharePoint 2016 using PowerShell. Send email programmatically in SharePoint 2016/2013 In this article, we will learn how to leverage StringBuilder and Powershell to send a minimal HTML […]
In this post we will discuss various different ways to enable user information list in SharePoint 2013, SharePoint 2016 or SharePoint Online. Here we will disucuss about below topic: What is User Information List in SharePoint 2013? How to access user information list using browser? How to enable user information list using SharePoint 2013 server […]
This SharePoint tutorial explains, how to set a default date to SharePoint DateTime control in SharePoint 2013/2016 using SharePoint Server Object model code. Here we will set the default date as today’s date to the SharePoint DateTime control in SharePoint 2013/2016. User want to see the default values while pulling out the loan details report […]
As a SharePoint Professional, you should have a good understanding of SharePoint customization and SharePoint development. SharePoint provides high-level customization as well as a development option. SharePoint site customization is updated to a site accomplished by making changes to the content database, generally through the web browser or SharePoint Designer 2013. Site customization never requires […]
This SharePoint tutorial, we will discuss what is a timer job in SharePoint? How we can create a timer job in SharePoint 2016/2013 programmatically using Visual Studio 2015/2017. We will discuss, how to debug SharePoint 2016/2013 timer job using visual studio 2015/2017. And also, we will see various SharePoint 2016/2013 Timer Job Schedule Options. In […]
This SharePoint tutorial we will discuss, how can we retrieve all site templates using PowerShell and server object model in SharePoint 2013/2016. If you want to retrieve site templates in SharePoint Online, you can check how to retrieve all site templates available in SharePoint Online using PowerShell. Retrieve Site Templates using PowerShell in SharePoint 2013/2016 […]