SP.ListItemCollectionPosition.pagingInfo Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies information, as name-value pairs, required to get the next page of data for a list view.
var value = SP.ListItemCollectionPosition.get_pagingInfo();
SP.ListItemCollectionPosition.set_pagingInfo(value);
Property Value
Type: String
Applies To
SP.ListItemCollectionPosition Class
Remarks
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
See Also
Reference
SP.ListItemCollectionPosition Methods