上一页 1 ··· 4 5 6 7 8 9 10 下一页
摘要: http://msdn.microsoft.com/zh-cn/library/dd547590.aspx在 Visual Studio 中,可以创建“Web 应用程序项目”或“网站项目”。每种类型各有优缺点,必须了解它们之间的差异,才能选择最佳类型。创建项目之前,选择合适的项目类型十分重要,原因是从一种项目类型转换到另一种项目类型并不容易。说明在某... 阅读全文
posted @ 2010-07-21 23:47 icedog 阅读(393) 评论(0) 推荐(0) 编辑
摘要: Everyone and their brother shows you the quick and dirty method on how to add an event receiver to a list. Not many people show you how to remove them (Not even some of the Microsoft Press books&helli... 阅读全文
posted @ 2010-07-16 17:16 icedog 阅读(306) 评论(0) 推荐(0) 编辑
摘要: Programmatically modifying the item-level permissions in a list involves manipulation of the Role Assignments collection for that item.This example shows how to remove a specific role definition from ... 阅读全文
posted @ 2010-07-15 23:34 icedog 阅读(370) 评论(0) 推荐(0) 编辑
摘要: Here is a piece of code (a function) to set Item Level Permission. You can use it as a Web Method in a custom Web Service. Thismethod can be used from Applications outside of SharePoint, provided the ... 阅读全文
posted @ 2010-07-14 00:55 icedog 阅读(460) 评论(0) 推荐(0) 编辑
摘要: I was writing a workflow using SharePoint designer wherein at certain steps tasks were getting created and assigned to different user. But the problem with that was that any user having appropriate ri... 阅读全文
posted @ 2010-07-14 00:52 icedog 阅读(365) 评论(0) 推荐(0) 编辑
摘要: Using the UI, it is quite easy to add and remove users. (Note: You must make sure the column allows multiple selections to add more than one user). But how would this be done programmatically using th... 阅读全文
posted @ 2010-07-13 09:49 icedog 阅读(860) 评论(0) 推荐(0) 编辑
摘要: Have you come across a situation, where you get a URL and you need to identify what object type is this: SPSite, SPWeb, SPList, SPFolder, SPListItem or SPFile? I faced this multiple times. Recently, I... 阅读全文
posted @ 2010-07-12 01:20 icedog 阅读(693) 评论(0) 推荐(0) 编辑
摘要: SharePoint - Register an assembly as a safe control in the Web.config file In order for you to use your own custom assembly with your web parts and other little bits, you will need to add your safe co... 阅读全文
posted @ 2010-07-08 00:17 icedog 阅读(873) 评论(0) 推荐(0) 编辑
摘要: Customization of SharePoint list menu item – Part 1 add Custom ActionItemPosted by chrissyz on June 6, 2009It has been a while since last time I blogged. And I do feel bad about being ignorant o... 阅读全文
posted @ 2010-07-06 23:37 icedog 阅读(549) 评论(0) 推荐(0) 编辑
摘要: Custom Actions - Simple Steps to Add Your Touch to Site ActionsWSS 3.0 and MOSS 2007 now have a supported extensibility mechanism allowing developers to easily add items to existing menus. Custom Acti... 阅读全文
posted @ 2010-07-06 23:31 icedog 阅读(312) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 下一页