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
Assemblies:   Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll)

Syntax

'Declaration
<RemoteAttribute> _
Public ReadOnly Property ListItemCollectionPosition As ListItemCollectionPosition
    Get
'Usage
Dim instance As ListItemCollection
Dim value As ListItemCollectionPosition

value = instance.ListItemCollectionPosition
[RemoteAttribute]
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.

See Also

Reference

ListItemCollection Class

ListItemCollection Members

Microsoft.SharePoint.Client Namespace