Class CamlQueryOptions
Options for making a CAML query to SharePoint Online
Inheritance
System.Object
CamlQueryOptions
Assembly: PnP.Core.dll
Syntax
public class CamlQueryOptions : object
Properties
Can the query return incremental results
Declaration
public bool? AllowIncrementalResults { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Return dates in UTC format
Declaration
public bool? DatesInUtc { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Specifies the server relative URL of a list folder from which results will be returned
Declaration
public string FolderServerRelativeUrl { get; set; }
Property Value
Value that specifies information, as name-value pairs, required to get the next page of data for a list view
Declaration
public string PagingInfo { get; set; }
Property Value
Declaration
public string ViewXml { get; set; }
Property Value