06 2010 档案

摘要:创建图片库 SPListTemplateCollection ListCollection = web.ListTemplates; SPListTemplate ListTemp = null;      for (int i = 0; i < ListCollection.Count; i++) {    ... 阅读全文
posted @ 2010-06-24 08:33 Anlycp 阅读(407) 评论(1) 推荐(0)