List Templates IDs In SharePoint 2016

We all are always excited to learn about the new features introduced in the latest version of SharePoint. In this article, I have listed all the available List Templates with their IDs in SharePoint Server 2016. I went one step further and compared the templates list with the templates available in previous versions of SharePoint, Now, this will give you an idea what is new in SharePoint 2016.

You can do the same, using the below PowerShell command.

  1. $TemplateTypes = [Enum]::GetNames([Microsoft.SharePoint.SPListTemplateType])  
  2. ForEach($templatetype in $TemplateTypes) {  
  3.     Write - Host "$([INT]([Enum]::Parse([Microsoft.SharePoint.SPListTemplateType],$templatetype))),$templatetype"  
  4. }  
List of the Templates

Please see below the comparison table for the List Templates.

SharePoint

-SharePoint

SharePoint

SharePoint

Reference
  • You can learn more about SharePoint 2013/ 2010/ 2007, from this link

Up Next
    Ebook Download
    View all
    Learn
    View all