Search Results

1
vote

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

On the GetListItems method, one of the optional parameters is an XMLNode called "QueryOptions". One of the elements you can put in that node is <Folder>. So you should be able to p …