SharePoint 2010 Refinements
Posted
by Codesmith
on Geeks with Blogs
See other posts from Geeks with Blogs
or by Codesmith
Published on Wed, 26 May 2010 14:34:40 GMT
Indexed on
2010/05/26
21:51 UTC
Read the original article
Hit count: 270
Filed under:
This is a sample post.
1: ClientContext context = new ClientContext("");
2:
3: Web web = context.Web;
4:
5: ListCollection lists = web.Lists;
© Geeks with Blogs or respective owner