SP.ListTemplateCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the list template at the specified index position in the list template collection.
var value = SP.ListTemplateCollection.itemAt(index);
Parameters
index
Type: int
The index of the list template.
Return Value
Type: SP.ListTemplate
The list template at the specified index position in the list template collection.
Remarks
This method gets the list template at the index position specified by the index parameter in the list template collection.
Applies To
SP.ListTemplateCollection Class
See Also
Reference
SP.ListTemplateCollection Methods