02 2010 档案
摘要:SPSite site = null; SPWeb web = null; SPSecurity.RunWithElevatedPrivileges(delegate() { site = new SPSite(@"http://sharepoint/"); web = site.OpenWeb(); }); SPList list=web.Lists["工作追踪"]; SPField fiel...
阅读全文
摘要:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html ><head> <title></title> <script language...
阅读全文