随笔分类 -  SharePoint

摘要:1.查询列表的所有字段 SPSite site = new SPSite("http://carysun"); SPWeb web=site.OpenWeb(); SPList list = web.GetList("/IT Infrastructure"); foreach (SPField sf in list.Fields) { Console.WriteLine(sf.Title); } ... 阅读全文
posted @ 2008-07-23 09:07 Jun's 阅读(362) 评论(0) 推荐(0)
摘要:英文原文地址:http://robgarrett.com/cs/blogs/software/archive/2006/07/03/2065.aspx 这篇很短的文章展示了ASP.NET2.0中的母板页和内容页在Windows SharePoint Services v3.0中的应用。WSS 3.0 是在ASP.NET 2.0 的基础上实现的,所以WSS 3.0中母板页/内容页也是基于ASP.N... 阅读全文
posted @ 2008-07-15 10:21 Jun's 阅读(256) 评论(0) 推荐(0)