码迷,mamicode.com
首页 > 其他好文 > 详细

CAML获取SharePoint文档库中除文件夹外所有文档

时间:2014-04-27 17:07:32      阅读:520      评论:0      收藏:0      [点我收藏+]

标签:class   blog   div   code   com   string   table   tab   har   ber   command   

方法一:

1
2
3
4
<QueryOptions>
        <ViewAttributes Scope="Recursive" />
    </QueryOptions>
</query>

方法二:

1
2
3
4
5
<View Scope="RecursiveAll">
    <Query>
        <Where>...</Where>
    </Query>
</View>

 

CAML获取SharePoint文档库中除文件夹外所有文档,布布扣,bubuko.com

CAML获取SharePoint文档库中除文件夹外所有文档

标签:class   blog   div   code   com   string   table   tab   har   ber   command   

原文地址:http://www.cnblogs.com/jindahao/p/3694676.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!