更新文档库中的列表项 [英] Updating list item in document library

查看:53
本文介绍了更新文档库中的列表项的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述


我需要帮助来使用Sharepoint对象模型更新Sharepoint文档库中已经存在的文档的List Item/Metadata属性.

Hi
I need help to update List Item/Metadata property of a document already exist in Sharepoint Document Library using Sharepoint Object Model.

推荐答案

SPListItem item = list.Items[itemId];
item["SomeField"] = "Some value";
item.Update();



如果您想要更多的答案,则必须更具体地说明问题



You''ll have to be more specific in your question if you want more of an answer


这篇关于更新文档库中的列表项的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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