Search Results for

    Show / Hide Table of Contents

    Class CamlQueryOptions

    Options for making a CAML query to SharePoint Online

    Inheritance
    System.Object
    CamlQueryOptions
    Namespace: PnP.Core.Model.SharePoint
    Assembly: PnP.Core.dll
    Syntax
    public class CamlQueryOptions : object

    Properties

    AllowIncrementalResults

    Can the query return incremental results

    Declaration
    public bool? AllowIncrementalResults { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    DatesInUtc

    Return dates in UTC format

    Declaration
    public bool? DatesInUtc { get; set; }
    Property Value
    System.Nullable<System.Boolean>

    FolderServerRelativeUrl

    Specifies the server relative URL of a list folder from which results will be returned

    Declaration
    public string FolderServerRelativeUrl { get; set; }
    Property Value
    System.String

    PagingInfo

    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
    System.String

    ViewXml

    Caml query to execute

    Declaration
    public string ViewXml { get; set; }
    Property Value
    System.String

    Back to top PnP Core SDK
    Generated by DocFX with Material UI
    spacer