如何以编程方式设置列表视图的 OrderedView
我正在尝试修改 SharePoint 2010 中链接列表的列表视图。我需要做的是允许/禁止用户以编程方式订购链接列表项目。我们可以使用 SharePoint 浏览器轻松完成此操作。
如何使用 SharePoint UI 执行此操作。 转到列表 -> 修改视图。 有“排序”选项“允许用户在此视图中排序项目?”。
但我需要以编程方式执行此操作,并且访问器“SPView.OrderedView”是只读的,所以我感到震惊。
不过,我可以使用 CAML 更改排序列。
任何建议将不胜感激。
谢谢 普拉卡什·坦杜卡
I am trying to modify the List View of Link list in SharePoint 2010. What I need to do is to allow/disallow users to order item of Link list programmatically. We can do this easily using SharePoint browser.
How to do this using SharePoint UI.
Goto List->Modify Views.
There is "Sort" option "Allow users to order items in this view? ".
But I need to do this programmatically and the accessor "SPView.OrderedView" is read only so I am struck.
I can however change the sorting columns using CAML.
Any suggestion will be greatly appreciated.
Thanks
Prakash Tandukar
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
MSDN 论坛有一个类似的主题 - 以编程方式排序视图。希望这有帮助。
There is a similar thread of MSDN Forums - Ordering View Programmatically. Hope this helps.