使用 C# 将文档库项目从一个文件夹移动到另一个文件夹,包括版本历史记录
使用 Sharepoint 2007 对象模型,我一直在寻找 C# 中的示例,将项目从一个文档库移动到同一服务器上的另一个文档库,并保存版本历史记录(即 SPListItemVersion 对象)和元数据(文件夹具有相同的内容类型, ETC)。
Using Sharepoint 2007 object model, I have been looking for an example in C# to move an item from one document library to another on the same server and saving the version history (i.e. SPListItemVersion objects) and metadata (the folders have the same content types, etc).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我能够使用以下代码完成我想做的事情:
I was able to accomplish what I wanted to do with the following code: