指导我使用客户端对象模型在 sharepoint 2010 中执行最近的活动 Web 部件
如何添加用户可以指定多个站点的工具部分。使用客户端对象模型获取配置的站点详细信息,仅显示自定义列表和图书馆,仅获取最近 2 天创建的内容和内容修改项目详情
how to add the toolpart where user can specify Multiple no of sites. using client object Model get the configured site details, Show only custom list & libraries, Get only the Last 2 days created & Modified Items details
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我建议的一种最简单的方法是使用 Content Query WebPart ,因为它已经为您完成了所有过滤工作。您唯一可以做的就是连接查询以提取最近两天的记录。这可以在服务器站点中完成,不确定您想在客户端对象模型中实现什么目标。
One easiest way I would suggest is to use a Content Query WebPart , as already it does all the filtering stuffs for you. Only things you colud do is to wire up the query to pull records of last two days. This can be done in the server site , not sure what you want to achive in Client Object Model.