CAML queries: how to filter folders from result set?

Posted by drax on Stack Overflow See other posts from Stack Overflow or by drax
Published on 2008-12-02T08:22:20Z Indexed on 2010/04/22 14:43 UTC
Read the original article Hit count: 250

Filed under:
|

Hi all, I'm using caml query to select all documents which were modified or added by user. Query runs recursively on all subsites of specified site collection.

Now problem is I can't get rid of folders which are also part of result set. For now I'm filtering them from result datatable. But I'm wondering: Is it possible to filter out folders from result set just by using caml?

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about caml