如何在共享点中以编程方式检出文档库中的文档

发布于 2024-08-24 16:38:15 字数 69 浏览 1 评论 0原文

如何使用 sharepoint 中的 webservices 或 objetmodel 以编程方式将文档设置为签入/签出模式

how to set a document in check-in/out mode programmatically by using webservices or objetmodel in sharepoint

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

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

发布评论

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

评论(2

冷了相思 2024-08-31 16:38:15

您需要 SPListItem.File.CheckOut /来自对象的 SPListItem.File.CheckIn模型。但我不知道如何使用网络服务来做到这一点。

You need SPListItem.File.CheckOut / SPListItem.File.CheckIn from the object model. I don't know how to do this using the web service though.

小嗷兮 2024-08-31 16:38:15

您需要 CheckInFileCheckOutFile 列出 Web 服务。通话非常简单。希望这有帮助。

You need the CheckInFile and CheckOutFile web methods of the Lists webservice. The calls are pretty straight forward. Hope this helps.

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