SP.Site.getCustomListTemplates(web) Method
Applies to: SharePoint Foundation 2010
Specifies the collection of custom list templates for a given site.
var value = SP.Site.getCustomListTemplates(web);
Parameters
- web
Specifies the site that contains the custom list templates to be returned.
Type: SP.Web
Return Value
Type: SP.ListTemplateCollection