Posts

Showing posts with the label Getting User Profile

Getting User Profile

private void  GetUserProfile ()           {                   try               {                   using ( SPSite  site = new  SPSite ( SPContext.Current.Site.Url ))                   {                       using ( SPWeb  web = site.OpenWeb())                       {                         ...

Getting User Profile

 private void  GetUserProfile ()           {                   try               {                   using ( SPSite  site = new  SPSite ( SPContext.Current.Site.Url ))                   {                       using ( SPWeb  web = site.OpenWeb())                       {                        ...