上一页 1 ··· 5 6 7 8 9 10 下一页
摘要: Custom Actions in WSS 3 / MOSS 2007 - Part 1 Something that really frustrates my about WSS 3 and MOSS 2007 is the lack of documentation on alot of the object model as well as some of the CAML. One of ... 阅读全文
posted @ 2010-07-06 23:27 icedog 阅读(297) 评论(0) 推荐(0) 编辑
摘要: How to add a custom action to a SharePoint list actions menu for a specific list or content typeIf you have ever tried adding a SharePoint custom action to the actions menu and tried using "List" or "... 阅读全文
posted @ 2010-07-06 22:33 icedog 阅读(727) 评论(0) 推荐(0) 编辑
摘要: CustomAction Basics in SharePointCustomActions allow you to provide an easy way for an end user to perform some sort of action on or with a specific list item that is not available in a standard Share... 阅读全文
posted @ 2010-07-06 22:24 icedog 阅读(554) 评论(0) 推荐(0) 编辑
摘要: Intro to WSPBuilderWSPBuilder is a tool for building web solution (WSP) files to deploy out to a SharePoint farm. It is free, open source, and available on CodePlex here: http://www.codeplex.com/wspbu... 阅读全文
posted @ 2010-07-06 22:11 icedog 阅读(257) 评论(0) 推荐(0) 编辑
摘要: Sharepoint Custom Action Element Definition Every time I need this, I have a heck of a time finding it. So I thought I would post it here:The <CustomAction> ElementThe <CustomAction> eleme... 阅读全文
posted @ 2010-07-06 15:34 icedog 阅读(1059) 评论(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) 编辑
摘要: http://www.documentmanagementworkflowinfo.com/sample-sharepoint-workflows/format-date-sharepoint-designer-workflow-sharepoint-formula.htmhttp://blogs.msdn.com/b/sharepointdeveloperdocs/archive/2007/11... 阅读全文
posted @ 2010-07-02 01:05 icedog 阅读(174) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 下一页