| serge's profileSerge Luca . ECM & Share...PhotosBlogLists | Help |
|
Serge Luca . ECM & Sharepoint AdventuresJune 17 my 5th webcast published My Fifth webcast on Sharepoint for Microsoft Belux has recently been published; in this video, I show how show you how to quickly create Sharepoint workflows with aspx association and
initiation forms.This demo is based on my Generic Framework uploaded to codeplex. May 28 Ineta speaker at the Macedonian Code CampI will be Ineta speaker at the Macedonian Code Camp in 2 weeks organized by the Macedonian.Net User Group. This is my third stay in Macedonia, and I really love it. More details here. I will present 2 intensive sessions on Sharepoint.
May 24 My generic Framework for aspx sharepoint workflow forms has been uploaded to CodeplexI’m currently working on a screencast for Microsoft Belux to better illustrate it. Stay tuned ! I shortly described it in a previous post. How to allow Full Control permission to a user in a Sharepoint ListThe SPWeb has a RoleDefinitions property that return a list of SPRoleDefinition. Each SPRoleDefinition is a permission level ; for instance in the next code snippe,t web.Roledefinitions will return a collection of 6 roles; they match the permission Levels of the web site : If you want to assign a permission level to a user on a specific list, you need to create a new RoleAssignement (SPRoleAssignment class) that can be added to the SPList. The new permission must be linked to the role assignment by adding it to a collection called RoleDefinitionBindings.
SPWeb web =SPControl.GetContextWeb(HttpContext.Current); // use RunWithElevatedPrivilege here Small update to my Download Sharepoint solution package utility uploaded to Codeplex
just a simple bug fix.This utility allows Sharepoint administrators and developers to download a solution package from the Sharepoint solution store (for instance to compare it with another one); I’ve recently faced this situation: we had a solution package in our staging farm, but we wanted to compare the files (features) with our development code. I’ve created 2 versions of this utility : a Windows Form version and a stsadm extension . Run the Windows Form version on the Sharepoint farm
Select a package and click on the “Download package” button, to bring it to the file system.Easy ? To use the stsadm version :
|
|
|||
|
|