摘要: http://social.technet.microsoft.com/Forums/en-US/sharepointadmin/thread/9dfce274-02d9-4232-80c0-8139a94e96ea/Assigning SharePoint tasks to groupshttp://www.infopathdev.com/blogs/greg/archive/2005/09/0... 阅读全文
posted @ 2010-07-05 17:14 icedog 阅读(114) 评论(0) 推荐(0) 编辑
摘要: SharePoint Users and Groups APIThe WSS object model tracks user identities by using the SPUser class. If you want to access the SPUser object for the current user, you use the CurrentUser property of ... 阅读全文
posted @ 2010-07-05 01:45 icedog 阅读(565) 评论(0) 推荐(0) 编辑
摘要: 在vs2008里面对Discussion Boards 进行 添加/删除 版块/帖子/回复消息!如何取出sharepoint里面的数据!怎么获取回复人的用户名和头像!等等谢谢! 阅读全文
posted @ 2010-07-05 01:43 icedog 阅读(252) 评论(0) 推荐(0) 编辑
摘要: SharePoint Discussion Board Common Operations through Code1) Take instance of your site collection and web:SPSite currentSite = SPContext.Current.Site;SPWeb currentRootWeb = currentSite.RootWeb;2) Sup... 阅读全文
posted @ 2010-07-05 01:22 icedog 阅读(608) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/KB/sharepoint/WebParticles.aspx 阅读全文
posted @ 2010-07-05 01:19 icedog 阅读(146) 评论(0) 推荐(0) 编辑