08 2012 档案
摘要:PDF documents prompting "Checkout & Open", "Open", or "Cancel" even when user has only "View Only" rightsPlease refer to the following thread.http://social.technet.microsoft.com/Forums/en-US/sharepoint2010setup/thread/00680e50-de5e-4d8c-b348-4ae9cecc3bad
阅读全文
摘要:Oct200921Evelyn Schinko7Creating workflows for SharePoint 2010 with Office Visio 2010Microsoft has improved the new version of Visio. With the new version of Visio you can create workflows for SharePoint 2010. In my opinion it’s a great feature, because it’s now possible to split the process of crea
阅读全文
摘要:To Add and Remove a Role Def:To Add******SPRoleDefinition newRole = SharepointHelper.FindRoleDefinition(web.RoleDefinitions, "AdminPermissions");if (newRole == null) { newRole = new SPRoleDefinition(); newRole.Name = "AdminPermissions"; newRole.Description = "Can edit and ap
阅读全文
摘要:public void UpdateDocument() { System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding(); SPSecurity.RunWithElevatedPrivileges(delegate() { using (SPSite siteColl = new SPSite("http://localhost:8080/")) { using (SPWeb web = siteColl.OpenWeb()) { try { SPFile spfile = web.GetFile(&quo
阅读全文
摘要:I’m in the process of writing a Charting WebPart for SharePoint 2010, specifically aimed at the standard version, which does not come with such a feature. Of course, it’s still usable within an enterprise environment if you were to find it useful.Chart WebPartsTo download the solution and installati
阅读全文
摘要:How to Setup Load Balance in SharePoint 2010 FarmPosted on : 12-12-2011 | By RockyAs we know, in medium or large enterprise, there are two or three tires in SharePoint Farm, generally including three kinds server: Data server, App server, WFE server. WFE server is used to handle requests from custom
阅读全文
摘要:Printing just the web part and not the entire SharePoint pageIobserved many times infopath webbased form not print full form contents. it's only print Firstpage of the form remaining pages print blank e.g if my webbased form has 4 pages if i print this form browser based file\print\ button, it p
阅读全文
浙公网安备 33010602011771号