SPSite.GetCustomListTemplates Method

Returns the collection of custom list templates, which are created by end users, from the specified site.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<ClientCallableMethodAttribute> _
Public Function GetCustomListTemplates ( _
    web As SPWeb _
) As SPListTemplateCollection
'Usage
Dim instance As SPSite
Dim web As SPWeb
Dim returnValue As SPListTemplateCollection

returnValue = instance.GetCustomListTemplates(web)
[ClientCallableMethodAttribute]
public SPListTemplateCollection GetCustomListTemplates(
    SPWeb web
)

Parameters

Return Value

Type: Microsoft.SharePoint.SPListTemplateCollection
An SPListTemplateCollection object that represents the list templates.

See Also

Reference

SPSite Class

SPSite Members

Microsoft.SharePoint Namespace