Site.GetCustomListTemplates method

Specifies the collection of custom list templates for a given site.

Namespace:  Microsoft.SharePoint.Client
Assembly:  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
Public Function GetCustomListTemplates ( _
    web As Web _
) As ListTemplateCollection
'Usage
Dim instance As Site
Dim web As Web
Dim returnValue As ListTemplateCollection

returnValue = instance.GetCustomListTemplates(web)
public ListTemplateCollection GetCustomListTemplates(
    Web web
)

Parameters

Return value

Type: Microsoft.SharePoint.Client.ListTemplateCollection
Returns a ListTemplateCollection.instance representing the collection of custom list templates for a given site.

See also

Reference

Site class

Site members

Microsoft.SharePoint.Client namespace