Class CamlQueryOptions
- Namespace
- PnP.Core.Model.SharePoint
- Assembly
- PnP.Core.dll
Options for making a CAML query to SharePoint Online
public class CamlQueryOptions
- Inheritance
-
CamlQueryOptions
- Inherited Members
Properties
AllowIncrementalResults
Can the query return incremental results
public bool? AllowIncrementalResults { get; set; }
Property Value
- bool?
DatesInUtc
Return dates in UTC format
public bool? DatesInUtc { get; set; }
Property Value
- bool?
FolderServerRelativeUrl
Specifies the server relative URL of a list folder from which results will be returned
public string FolderServerRelativeUrl { get; set; }
Property Value
PagingInfo
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; }
Property Value
ViewXml
Caml query to execute
public string ViewXml { get; set; }