CAML 查询帮助?
有没有办法使用 CAML 查询获取列表项的所有版本?
Is there a way to get all versions of list item(s) using a CAML Query?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
有没有办法使用 CAML 查询获取列表项的所有版本?
Is there a way to get all versions of list item(s) using a CAML Query?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
我认为这不会在任何采用 CAML 查询作为参数的 API 中直接公开。 您可能需要使用 CAML 查询获取 ListItem 的当前版本,然后再次调用以获取该项目的所有版本。
I don't think that's exposed directly in any of the APIs that take CAML queries as parameters. You'll probably need to get the current version of the ListItem using your CAML query and then make another call to get all versions of that item.