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...
阅读全文
绑定到List 中的Eventhandler【转】
摘要:通常,我们使用如下方式来为列表注册一个Eventhandler 事件处理程序:SPSite site = new SPSite(siteurl);site.OpenWeb(weburl);SPList list = web.Lists[列表名字];list.EventReceivers.Add(事件类型,程序集名称,类名);每个 SPList 对象都具有一个 EventReceivers 集合。E...
阅读全文