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
You could try basing your caml query on the Folder Content Type instead,
Folder
whilst keeping the
Query.ViewAttributes = "Scope=\"RecursiveAll\"";