SP.ListTemplateCollection.itemAt Method (sp.js)

Gets the list template at the specified index position in the list template collection.

Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013

SP.ListTemplateCollection.itemAt()

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.