检索 SharePoint Services 网站栏数据
我是 SharePoint Services 的新手,但我的一项任务遇到了困难。我需要从网站栏检索数据。我该如何解决这个问题?到目前为止,我只看到可以检索列表而不是网站栏的 API。
如果你们中有人知道这样做,请告诉我。
谢谢 !!
I am new to SharePoint Services and I hit a wall with one of my tasks. I need to retrieve data from a Site Column. How do I get about that? So far I only see APIs that can retrieve lists and not site columns.
Please let me know if any of you know to do this.
Thanks !!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这些将为您提供网络(在本例中为 RootWeb)的所有列。如果您的网站栏与列表相关,则需要直接从 SPListItem 属性获取(例如:item["CustomAssociatedColumn"])
These will give you all the columns for a web (in this case, the RootWeb). If your site column is related to a list, you need to get directly from the SPListItem property (ex.: item["CustomAssociatedColumn"])