自定义列表:如何检索 3 个最近提交的项目
我当前有 2 个自定义 SharePoint 列表。一个代表问题,另一个代表答案。
两个列表都有默认列:ID、按日期和用户名修改。
现在的要求是获取最近的 3 个项目(独立于列表)或提交内容。
使用 CAML 查询执行此操作的最简单方法是什么?
TIA
I have currently 2 custom SharePoint lists. One represents questions, the other one answers.
Both lists have the default columns in place: ID, modified by date and username.
The requirement is now to get the 3 most recent items (indepent of the list) or submissions.
What is the easiest way to do this using CAML queries?
TIA
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Lists.GetListItems
查询element
阅读这两个 CAML 结构。
Lists.GetListItems
Query element
Read up on those two CAML structures.