4/28/2014

SharePoint 2013: RegistrationId List Template Type IDs Updated!

 

I have updated the "SharePoint: RegistrationId List Template Type IDs" article to include the new 2013 list types. This time, I used a PowerShell script to dump the SPListTemplateType enumeration. Note that there are many template IDs that are not in the SPListTemplateType enumeration and generally can only be found in investigations of the databases and other documentation.

The PowerShell script: (Works in both SP 2010 and 2013)

PS C:\> $SPtt = [Microsoft.SharePoint.SPListTemplateType]
PS C:\> [System.Enum]::GetNames($SPtt) |  select {$_}, {[int][System.Enum]::Parse($SPtt, $_)}

image

.

No comments:

Note to spammers!

Spammers, don't waste your time... all posts are moderated. If your comment includes unrelated links, is advertising, or just pure spam, it will never be seen.