SP.WebCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the website at the specified index of the collection.

var value = SP.WebCollection.itemAt(index);

Parameters

index

Type: int

The zero-based index of the website in the collection.

Return Value

Type: SP.Web

The website at the specified index of the collection.

Remarks

This method gets the website at the index specified by the index parameter in the collection.

Applies To

SP.WebCollection Class

See Also

Reference

SP.WebCollection Methods

SP.WebCollection Properties

SP Namespace