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

Applies To

SP.Site Class

See Also

Reference

SP.Site Methods

SP.Site Properties

SP Namespace