摘要:
SharePoint List ListItem 增删改 新增 修改 删除 引用 定义SPSite SPSite site = new SPSite(hostUrl); SPWeb rootweb = site.RootWeb; 修改时,这是必要的 rootweb.AllowUnsafeUpdates = true; if (isListExist(rootweb... 阅读全文
posted @ 2008-09-12 16:42 刘政道 阅读(1433) 评论(6) 推荐(0)
浙公网安备 33010602011771号