This topic has not yet been rated - Rate this topic

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.

Namespace:  Microsoft.SharePoint.Client
Assemblies:   Microsoft.SharePoint.Client (in Microsoft.SharePoint.Client.dll);  Microsoft.SharePoint.Client.Silverlight (in Microsoft.SharePoint.Client.Silverlight.dll)
[RemoteAttribute]
public string PagingInfo { get; set; }

Property Value

Type: System.String
Returns 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

Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ