摘要: 在使用SharePoint ECMAScript之前,我们需要引入几个JS文件:SP.jsSP.Core.jsSP.Runtime.jsSP.js:包含主要的能够用来获取sharepoint数据的对象,如ClientContext、Web、List、Listitem等SP.Core.js:包含一些实... 阅读全文
posted @ 2014-06-03 17:53 ◕ ̯͡◕Fred 阅读(100) 评论(0) 推荐(0)
摘要: 使用sharepoint的CAML查询,有的时候需要设置范围,这时候只需要设置SPQuery的ViewAttributes属性即可下面是SPQuery.ViewAttributes的值: queryDefault.ViewAttributes = "Scope='Default... 阅读全文
posted @ 2014-06-03 14:27 ◕ ̯͡◕Fred 阅读(187) 评论(0) 推荐(0)