I'm developing a Silverlight web part and can't use server-side objects like SPList. I normally get items from a list called "Locations" which has two fields - "Title" and "WOEID". The problem is I'd like my webpart to create that list in case it doesn't exist before getting data from it. How should I do that?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
You can use the classes of the Microsoft.SharePoint.Client namespace. |
|||
|
|