thanks to author @ http://www.ktskumar.com/blog/2009/07/retrieve-all-folders-from-list/
the trick is FSObjtype=1.
Use this while querying the list
query.Query = “<Where><Eq><FieldRef Name=’FSObjType’/><Value Type=’Lookup’>1</Value></Eq></Where>”;
the trick is FSObjtype=1.
Use this while querying the list
query.Query = “<Where><Eq><FieldRef Name=’FSObjType’/><Value Type=’Lookup’>1</Value></Eq></Where>”;
No comments:
Post a Comment