SP.FolderCollection.itemAt Method (sp.js)

Gets the folder at the specified index in the collection.

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

SP.FolderCollection.itemAt()

Parameters

  • index
    Type: Number

    The index of the folder in the collection.

Return value

Type: SP.Folder

The folder at the specified index in the collection.

Remarks

This method returns the folder at the specified index in the collection.