Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
有人可以告诉我如何在使用 Web 服务上传文件后将文件签入到 SharePoint 吗?有没有可以更改的选项?
谢谢
Lists.CheckInFile只要您与上传文档的用户相同,您就可以使用此操作,幸运的是您的场景。另请参阅一些社区代码示例。
Lists.CheckInFile
如果要更改此行为,请从文档库中删除签出要求。
在 Sharepoint 文档库中成功上传文件后,您必须编写代码以进行实用的签入、发布和批准文档。
采用[Lists.CheckInFile]
[Lists.CheckInFile]
为此目的的方法