SPWeb Properties


SPWeb.ListTemplates Property (Microsoft.SharePoint)
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)
Syntax

Visual Basic (Declaration)
Public ReadOnly Property ListTemplates As SPListTemplateCollection
Visual Basic (Usage)
Dim instance As SPWeb
Dim value As SPListTemplateCollection

value = instance.ListTemplates
C#
public SPListTemplateCollection ListTemplates { get; }

Property Value

An SPListTemplateCollection object that represents all the list definitions and list templates that are available for creating lists.
Remarks

Use the GetCustomListTemplates method of the SPSite class to return only the list templates that are created by users.

See Also

Tags :


Page view tracker