小编Iva*_*var的帖子

使用休息在Sharepoint中查询选择字段

我在Sharepoint 2010中获得了一个带有选择列的列表.选项是复选框.

如何使用其余的api查询选择列?

我试过用了

http://sp2010/_vti_bin/listdata.svc/mylist?$filter=myChoicesColumn/xxx eq something 
Run Code Online (Sandbox Code Playgroud)

然后我明白了

类型'System.Collections.Generic.IEnumerable`1 [[Microsoft.SharePoint.Linq.DataServiceEntity,Microsoft.SharePoint.Linq,Version = 14.0.0.0,Culture = neutral,PublicKeyToken = 71e9bce111e9429c]]'中不存在属性'xxx'在第6位.

我应该使用什么属性?

rest sharepoint

14
推荐指数
2
解决办法
1万
查看次数

标签 统计

rest ×1

sharepoint ×1