Tagged Questions

2
votes
2answers
428 views

SharePoint UserData and the ;# Syntax in returned data

Can a SharePoint expert explain to me the ;# in data returned by the GetListItems() call to the Lists web service? I think I understand what they are doing here. The ;# is almost like a syntax for ...
0
votes
1answer
87 views

Identifying Visible Lists through SharePoint Web Services

all! I'm having some issues using SharePoint Web Services to identify the lists available in my server. I'm using GetListCollection to get all the lists and associated properties from my server, and ...