Class CamlQueryOptions
Options for making a CAML query to SharePoint Online
Inherited Members
Namespace: PnP.Core.Model.SharePoint
Assembly: PnP.Core.dll
Syntax
public class CamlQueryOptions
Options for making a CAML query to SharePoint Online
public class CamlQueryOptions
Can the query return incremental results
public bool? AllowIncrementalResults { get; set; }
| bool? |
Specifies the server relative URL of a list folder from which results will be returned
public string FolderServerRelativeUrl { get; set; }
| string |
Value that specifies information, as name-value pairs, required to get the next page of data for a list view
public string PagingInfo { get; set; }
| string |