SP.ListItemCollection object

Represents a collection of SP.ListItem objects.

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

var object = new SP.ListItemCollection()

Members

The ListItemCollection object has the following members.

Constructor

The ListItemCollection object has the following constructor.

Constructor

Description

ListItemCollection

Initializes a new instance of the SP.ListItemCollection object.

Methods

The ListItemCollection object has the following methods.

Method

Description

getById

Returns the list item with the specified list item identifier.

initPropertiesFromJson

itemAt

Gets the list item at the specified index in the collection.

Properties

The ListItemCollection object has the following properties.

Property

Description

childItemType

item

Gets the list item at the specified index in the collection.

listItemCollectionPosition

Gets a value that specifies the information required to get the next page of data for a list view.

See also

Other resources

ListItemCollection REST resource