SP.ListTemplateCollection.item Property
Applies to: SharePoint Foundation 2010
Gets the list template at the specified index position in the list template collection.
var value = SP.ListTemplateCollection.get_item(index);
Parameters
index
Type: int
The index of the list template.
Property Value
Type: SP.ListTemplate
The list template at the specified index position in the list template collection.
Applies To
SP.ListTemplateCollection Class
See Also
Reference
SP.ListTemplateCollection Methods