Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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