文件夹中的Sharepoint文档库搜索 [英] Sharepoint Document Library search in Folders

查看:86
本文介绍了文件夹中的Sharepoint文档库搜索的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,
我在sharepoint 2007中有一个文档库,其中有100个文件夹.我想搜索该文档库中特定文件夹中包含的文档项目.

Hi All,
I have a document library in sharepoint 2007 having 100 folders. I want to search document items contained in specific folders in that document library. Is there a way in caml query to specify multiple folders names (id)?.

推荐答案

根据需要为其他文件夹添加更多元素

Add more elements for the additional folders as necessary

<Where>
    <And>
        <Eq>
            <FieldRef ID='c042a256-787d-4a6f-8a8a-cf6ab767f12d' />
            <Value Type='Choice'>Folder</Value>
        </Eq>
        <Eq>
            <FieldRef ID='fa564e0f-0c70-4ab9-b863-0177e6ddd247' />
            <Value Type='Text'>Folder Name</Value>
        </Eq>
    </And>
</Where>


这篇关于文件夹中的Sharepoint文档库搜索的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆