ListItemCollectionPosition.PagingInfo Property
SharePoint 2010
Gets or sets a value that specifies information, as name-value pairs, required to get the next page of data for a list view.
Assemblies: Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll); Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
Property Value
Type: System.StringReturns a String instance representing the information, as name-value pairs, required to get the next page of data for a list view.
If a name appears more than once, one value must be used. It must conform to the following ABNF: PagingInfo = 0*1(NameValuePair 0*601(“&” NameValuePair))NameValuePair = Name “=” ValueValue = 1*(Alphanum | Mark | Escaped)Name = 1*(Alphanum | Mark)Escaped = “%” HEXDIG HEXDIGMark = “-“ | “_” | “.” | “!” | “~” | “*” | “’” | “(“ | “)”Alphanum = DIGIT | ALPHA