11 2009 档案

 
Necessary SharePoint Service Accounts[转]
摘要:转子:http://www.shareesblog.com/?p=247SharePoint uses service accounts to run specific services behind the scenes. SharePoint does not function under the practice of “running everything as adminis... 阅读全文
posted @ 2009-11-15 00:21 jerry.chen 阅读(365) 评论(0) 推荐(0)
绑定到List 中的Eventhandler【转】
摘要:通常,我们使用如下方式来为列表注册一个Eventhandler 事件处理程序:SPSite site = new SPSite(siteurl);site.OpenWeb(weburl);SPList list = web.Lists[列表名字];list.EventReceivers.Add(事件类型,程序集名称,类名);每个 SPList 对象都具有一个 EventReceivers 集合。E... 阅读全文
posted @ 2009-11-11 10:07 jerry.chen 阅读(356) 评论(0) 推荐(0)