ListItemCollection.ListItemCollectionPosition property
Gets a value that specifies the information required to get the next page of data for a list view.
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)
Syntax
'Declaration
Public ReadOnly Property ListItemCollectionPosition As ListItemCollectionPosition
Get
'Usage
Dim instance As ListItemCollection
Dim value As ListItemCollectionPosition
value = instance.ListItemCollectionPosition
public ListItemCollectionPosition ListItemCollectionPosition { get; }
Property value
Type: Microsoft.SharePoint.Client.ListItemCollectionPosition
Returns a ListItemCollectionPosition instance representing the information required to get the next page of data for a list view.
Exceptions
Exception | Condition |
---|---|
[Microsoft.SharePoint.SPQueryThrottledException] | Throttling limit is exceeded by the operation. Error code: -2147024860. |
[System.UnauthorizedAccessException] | The current user has insufficient permissions. Error code: -2147024891. |
Remarks
The ListItemCollectionPosition property returns a null reference (Nothing in Visual Basic) if the number of items in the collection is fewer than the row limit for a page.