C# 如何获取文档库中最近上传的文档

发布于 2024-08-29 22:00:11 字数 102 浏览 4 评论 0原文

我想用C#从sharepoint网站的文档库中获取最近/当前上传/上传的文档?我怎样才能得到它。请帮忙。我想使用 sharepoint 在我的工作流程中检查最近上传的文档。如何实现这一目标?

I want to get the recently/ currently uploaded/uploading document from document library of sharepoint site in C#? how can i get it . please help . i want to make checked out the recently uploading document in my work flow with sharepoint. how to achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

雪化雨蝶 2024-09-05 22:00:11

您可以创建 CAML 查询,根据创建日期在文档库中查询最近的项目。
迭代生成的项目集合并使用 CheckOut 将其签出() 方法

You can create a CAML Query that queries the Document Library for recent items based on the creation date.
Iterate the resulting items collection and check them out using the CheckOut() method.

站稳脚跟 2024-09-05 22:00:11

我不明白您到底想要做什么,但是使用 SharePoint Designer 工作流可以在将项目添加到文档库后立即对其进行检查,这非常简单。

I don't understand what it is exactly that you want to do, but checking out an item as soon as it is added to a document library is very simple to do with a SharePoint Designer workflow.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文