摘要: 最近最要在MOSS的项目任务中写一个定时提醒的功能,经过考虑采用Timer job来实现,配置信息采用XML文件 <Items> <Item> <ListUrl> </ListUrl> <Field day="0" name="截止日期" startname="创建时间"> </Field> <Body> </Body> <ToField> </ToField> </Item> </Items> 阅读全文
posted @ 2011-05-05 22:07 China2008 阅读(599) 评论(0) 推荐(0)
摘要: public SPWeb GetPersonalWeb(string strAccount) { string strUrl = "http://site:9000/"; SPSite spSite = new SPSite(strUrl); ServerContext serverContext = ServerContext.GetContext(spSite); UserProfileManager userProfileManager = new UserProfileManager(serverContext); UserProfile userProfile = 阅读全文
posted @ 2011-05-05 21:53 China2008 阅读(230) 评论(0) 推荐(0)