本文介绍了如何在Sharepoint中以编程方式签出文档库中的文档的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何通过在共享点中使用Web服务或objetmodel以编程方式在签入/签出模式下设置文档
how to set a document in check-in/out mode programmatically by using webservices or objetmodel in sharepoint
推荐答案
您需要 SPListItem.File.CheckOut / SPListItem.File.CheckIn .我不知道如何使用Web服务来做到这一点.
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.
这篇关于如何在Sharepoint中以编程方式签出文档库中的文档的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!