SP.ListItemCollectionPosition.pagingInfo property (sp.js)
Gets or sets a value that specifies information, as name-value pairs, required to get the next page of data for a list view.
Applies to: apps for SharePoint | SharePoint Foundation 2013 | SharePoint Server 2013
var value = SP.ListItemCollectionPosition.get_pagingInfo ()
var value = SP.ListItemCollectionPosition.set_pagingInfo ()
Return value
Type: String
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