使用CSOM C#代码获取SharePoint 2016中没有签入版本的文档(文件) [英] Get the documents (files) which have no checked in version in SharePoint 2016 using CSOM C# code

查看:84
本文介绍了使用CSOM C#代码获取SharePoint 2016中没有签入版本的文档(文件)的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述





我有一些图书馆,其中有更多文件没有登记版本。所以我需要获取这些文件并签入这些文件。



 是否有任何CSOM C#代码可以执行此操作?我希望你理解我的要求。



谢谢,

Hi,

I have a number of Library with more number of documents have no checked in version. So I need to get those files and checked in those documents.

 Is there any CSOM C# code available to do this? .I hope you understand my requirement.

Thanks,

推荐答案

你好

您可以使用CSOM执行此操作。

You can use CSOM to do this.

您可以从Web对象枚举文档库对象。

You can enumerate doc library objects from web objects.

然后为每个库,你都可以获得uncheckin文件列表。

Then for each of the library, you can get the uncheckin files list.

https://www.morgantechspace.com/2016/11/get-all-checked-out-files-in-sharepoint-csom.html

对于每个文件,请执行检查操作。

For every file, do the check in action.


这篇关于使用CSOM C#代码获取SharePoint 2016中没有签入版本的文档(文件)的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆