SP.UserCollection.itemAt(index) Method

Applies to: SharePoint Foundation 2010

In this article
Return Value
Remarks
Applies To

Gets the user at the specified index of the collection.

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

Parameters

index

Type: int

The zero-based index of the element.

Return Value

Type: SP.User

The user at the specified index of the collection.

Remarks

This method gets the user at the index specified by the index parameter.

Applies To

SP.UserCollection Class

See Also

Reference

SP.UserCollection Methods

SP.UserCollection Properties

SP Namespace