namespace Avinash { class Program { static void Main(string[] args) { SetListItemPermission(); } static void SetListItemPermission () { //Get SPWeb object SPSite Site = new SPSite("http://<url>"); SPWeb Web = Site.OpenWeb();   //Get Role D…
第4章 SharePoint UI 定制   SharePoint 与 ASP.NET     好的​Asp.Net人员很快就能成为好的SharePoint开发人员     Web应用程序    Microsoft.SharePoint.Administration.SPWebApplictaion     IIS 网站              Microsoft.SharePoint.Administration.SPIisWebSite           SharePoint2010基于…
SharePoint Foundation开发基础 第1章 SharePoint Foundation开发基础 SharePoint能做什么 企业信息门户 应用程序工具集(文档库.工作空间.工作流.维基.博客.面向团队的合作列表) 可以通过Workspace离线访问 工作流宿主 二次开发 企业内容管理(文档管理.记录管理.Web内容管理) 数据的存储中心(LINQ.CAML) 服务的宿主(通过基于WCF的客户端对象模型) 支持客户端UI订制 WPF客户端应用 SharePoint Foundat…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第3章节--SharePoint 2013 开发者工具 使用Napa开发SharePoint应用程序         假设你做过SharePoint开发.你会知道构建开发环境要花费时间. 在SharePoint 2010中,你不得不安装在本地一些软件应用程序,如SharePoint.SQL Server,VS等,而且配置你的环境能使用它们.然后要在本地安装的SharePoint实例上调试. SharePoint 201…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第3章节--SharePoint 2013 开发者工具 用SPD开发SharePoint应用程序         非常多开发者说他们宁愿不用SPD作为开发SharePoint的工具. 然而.假设你没有在工具集中包含它你可能进度放缓.由于你将发现SPD能够让一些开发任务变得更easy.         SPD从FrontPage(早起Web开发者工具)进化而来到SPD(以SharePoint为中心的设计人员工具,随Sha…
BEGINNING SHAREPOINT® 2013 DEVELOPMENT 第1章节--SharePoint 2013 介绍 处理开发者需求         SharePoint本质上是一个平台.你必须理解哪些平台功能,才知道SharePoint怎样能帮助你(开发者).当你探索并了解组成此平台的功能范围时,你会看到一些有趣而引人的机会出如今开发者面前.         我们看一个实际样例.如你所知,一个业务生产平台意味着终端用户能够是他们更加协同,并在日常工作生活中很多其它产--SharePo…
因为公司的系统有点小bug.额,要做点坏事,把系统没记上的东西偷偷补上去,但是item的created by变成了我(这怎么行,不能让别人知道我做了坏事,一定是隔壁小李干的! 懒得开visual studio写代码.偷偷写段PowerShell脚本改改吧,研究一下,搞定! $snapin = Get-PSSnapin | Where-Object {$_.Name -eq 'Microsoft.SharePoint.Powershell'} if ($snapin -eq $null) { Wr…
from:http://sharepointchick.com/archive/2012/07/29/setting-up-your-app-domain-for-sharepoint-2013.aspx The most important change in SharePoint 2013 for developers is the introduction of SharePoint apps. An app for SharePoint is a small and isolated a…
标题头添加属性:(如果需要使用ddwrt)xmlns:ddwrt="http://schemas.microsoft.com/WebParts/v2/DataView/runtime"> <xsl:template name="MyCustomStyle" match="Row[@Style='MyCustomStyle']" mode="itemstyle"> <xsl:variable name=&…
<script type="text/javascript" src="/_layouts/style/jquery-1.4.4.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('[id*="toolBarTbltop"]').closest('table').hide();…