SP.FolderCollection.itemAt(index) Method
Applies to: SharePoint Foundation 2010
In this article
Return Value
Remarks
Applies To
Gets the folder at the specified index in the collection.
var value = SP.FolderCollection.itemAt(index);
Parameters
index
Type: Int32
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.