Experts on Microsoft Sharepoint Technology
using (SPSite site = new SPSite("http://localhost/")){ using (SPWeb web = site.AllWebs[0]) { SPUserCollection userCollect = web.AllUsers; SPUser user = userCollect.GetByID(3); } }
Be the first to rate this post