This topic has not yet been rated - Rate this topic

SP.ListCollection.item Property

SharePoint 2010

Gets the list at the specified index in the collection.

var value = SP.ListCollection.get_item(index);

index

Type: int

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

Type: SP.List

The list at the specified index of the collection.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.