sharepoint更新左侧列表的名字

  SPWeb myweb = SPContext.Current.Web;
            SPList myList = myweb.Lists["nihao"];
            myList.Title = "789";
            myList.Description = "456";
            myList.Update();

posted @ 2014-04-21 11:42  914556495  阅读(157)  评论(0编辑  收藏  举报