Welcome to Comunidade Bloggers |create|it| Sign in | Join | Help

Raúl Ribeiro

Windows SharePoint Services 3.0 , .net, Microsoft Office SharePoint 2007, Office 2007 and 2010

News

November 2008 - Posts

TechEd EMEA 2008
Next week i'll be @ TechEd EMEA 2008 Developers in Barcelona with my colleague João Martins aka "Jota". I hope it will be a very interesting week, Pedro Rosa from Microsoft Portugal is the owner of the dev track, and has very good Read More...
Using SPUserToken
When you need to do something in a list or item, in SharePoint, with a specific user you can use the SPUserToken. Here is an example: try{ SPWeb webOrigUser = SPContext.Current.Web; //get the token for the impersonation user SPUserToken token = webOrigUser.AllUsers[USERNAME].UserToken; Read More...