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 搜索返回结果不完整