摘要:
在sharepoint 中创建列表(无论文档库、图片库、讨论板、通知等等)名称必须唯一 代码体现: 创建列表: SPWeb mySite = SPControl.GetContextWeb(Context); SPListCollection lists = mySite.Lists; lists.Add(listTitle, listDescription, SPListTemplateType... 阅读全文
posted @ 2005-02-24 17:22
andrewma
阅读(700)
评论(2)
推荐(0)