pnp的getItemsByCAMLQuery

Posted learning-life

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了pnp的getItemsByCAMLQuery相关的知识,希望对你有一定的参考价值。

var camlQuery={ 
    ViewXml: "<View>
            <RowLimit>1</RowLimit>            <Query>               <Where>               <IsNotNull><FieldRef Name=Title /></IsNotNull>               </Where>               <OrderBy><FieldRef Name=Created Ascending=false />    
               </OrderBy>             </Query>             </View>" 
             };   
 $pnp.sp.web.lists.getByTitle("Carton").getItemsByCAMLQuery(camlQuery).then(function (results) {
//业务代码
})

 

以上是关于pnp的getItemsByCAMLQuery的主要内容,如果未能解决你的问题,请参考以下文章

SharePoint PnP PowerShell - 从“选择”字段中进行选择

SharePoint Online 调用PnP.js 搜索返回结果不完整

SharePoint Online 调用PnP.js 搜索返回结果不完整

◆◆0使用逻辑数据库PNP开发HR报表

Pnp管理器

使用 pnp.core 和 pnp.framework 在 C# 中访问共享点文件夹和文件的正确方法是啥?