12 2012 档案
Sharepoint Timerjob: Read the web.config inside a Timer Job
摘要:Sharepoint Timerjob: Read the web.config inside a Timer Job There is no way to get a reference to a SPSite or SPWeb object inside a timerjob. So when you want to store configuration values in the web.config of your Web Application, there is no way to get the Web Application's name to open the we 阅读全文
posted @ 2012-12-25 10:54 ilawrence 阅读(995) 评论(0) 推荐(0)
SharePoint 2010 CAML List Joins
摘要:SharePoint 2010 CAML List JoinsRATE THISKirk Evans[MSFT]20 Jan 2012 4:26 PM4This post demonstrates how to use the JOIN syntax in CAML.A customer pinged me asking about how to write a JOIN query in CAML. Honestly, I haven’t done this since in a long time, so it took awhile to shake off the cobwebs. I 阅读全文
posted @ 2012-12-25 10:00 ilawrence 阅读(595) 评论(0) 推荐(0)
SharePoint 2010 Custom Timer Job
摘要:IntroductionBased on my popular articel about Creating Custom Timer Job in Sharepoint 2010,I Have decide to upload the simple code on how to create Custom Timer Job in Sharepoint 2010 ,But first let us know more about Timer JobA timer job runs in a specific Windows service for SharePoint Server.Time 阅读全文
posted @ 2012-12-21 15:18 ilawrence 阅读(369) 评论(0) 推荐(0)