Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Applies to: SharePoint Foundation 2010
Returns the list item with the specified list item identifier.
var value = SP.ListItemCollection.getById(id);
Parameters
- id
The list item identifier.
Type: Int32
Return Value
Type: SP.ListItem
Applies To
Exceptions
- [System.ArgumentException]
List item does not exist. Error code: -2147024809.