CAML query that includes folders in result set

前端 未结 7 1852
孤街浪徒
孤街浪徒 2020-12-16 01:29

I\'m trying to write a CAML query that executes against a specific SPList, scoped to a specific folder, recursive from that point, and returns all ListItems (which meet a cr

7条回答
  •  执笔经年
    2020-12-16 02:29

    I've solved this putting:

    
    True
     
    

    As query option

    I found my question about it on stack overflow:

    How can I iterate recursively though a sharepoint list using webservices?

提交回复
热议问题