Gets the collection of all list definitions and list templates that are available for creating lists on the Web site.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in microsoft.sharepoint.dll)
Visual Basic (Declaration)
Public ReadOnly Property ListTemplates As SPListTemplateCollection
Dim instance As SPWeb
Dim value As SPListTemplateCollection
value = instance.ListTemplates
public SPListTemplateCollection ListTemplates { get; }
Property Value
An SPListTemplateCollection object that represents all the list definitions and list templates that are available for creating lists.
Use the GetCustomListTemplates method of the SPSite class to return only the list templates that are created by users.