摘要:
1.获取左右应用程序SPWebApplicationCollection webs = SPWebService.ContentService.WebApplications; foreach (SPWebApplication web in webs) { listApplication.Items.Add(web.DisplayName);//获取所有应用程序 }2. 获取列表各列表项的标题字段SPSite site = new SPSite("http://sharepoint:81/"); SPWeb spweb = site.OpenWeb(); SPList l 阅读全文
posted @ 2013-04-25 15:06
717806198
阅读(275)
评论(0)
推荐(0)

浙公网安备 33010602011771号