Click to See Complete Forum and Search --> : SharePoint Web Services Sub-List


Vegivore
October 25th, 2006, 10:12 AM
Using GetListCollection() and GetListItems(....) I can gets a site's lists. How do I now iterate through the lowest list to get the sub lists, and on and on...

Is there a way I can specify the root folder?

PeejAvery
October 26th, 2006, 03:00 PM
Are you doing this in Visual Basic .NET? Or what is your base?

Vegivore
November 1st, 2006, 05:28 PM
Sorry - forgot I posted this - no e-mail on the response. I ran into this when I was looking for a related issue.

I solved this by iterating through lists, then using sitedata for each list.

New problem: I'm trying to create a sub-list (versus read it). I can create a document library fine using addlist, but can't add a folder underneath that.

Any help?

Using C#.Net webservics.

PeejAvery
November 1st, 2006, 10:46 PM
Using C#.Net webservics.
I'll ask to have it moved so that you get a better response.

Marc G
November 2nd, 2006, 07:04 AM
[ moved thread ]