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
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?