Skip to content

Commit

Permalink
Merge pull request #2785 from bcameron1231/fix-2777
Browse files Browse the repository at this point in the history
Add missing property 'AllowIncrementalResults' to ICAMLQuery
  • Loading branch information
bcameron1231 authored Sep 28, 2023
2 parents be251da + 2496a57 commit 3185337
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/sp/lists/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,10 @@ export interface IListEnsureResult {
* Specifies a Collaborative Application Markup Language (CAML) query on a list or joined lists.
*/
export interface ICamlQuery {
/**
* Gets or sets a value that indicates whether the query can return incremental results.
*/
AllowIncrementalResults?: boolean;

/**
* Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.
Expand Down

0 comments on commit 3185337

Please sign in to comment.