• Posts Tagged ‘User Information List’

    User Information List – URL

    by  • April 3, 2009 • MOSS, SharePoint • 2 Comments

    In my WSS – User Information List post, I’ll list out the fields available under hidden “User Information List”. Now i’ll like to share the details of URL for that “User Information List”. By using follwoing code, we can get the Users list url, SPList userList = SPContext.Current.Web.SiteUserInfoList; string url = userList.Forms[PAGETYPE.PAGE_DISPLAYFORM].Url; the above code will [...]

    Read more →

    WSS – User Information List

    by  • March 11, 2009 • SharePoint • 3 Comments

    I did some research on Sharepoint(WSS) Users, about where are the users & their properties are stored.  I got some result with that, So, i like to share that with you all via.. this post, By using the SPWeb.SiteUserInfoList property,we will get a UserInfo list of the site collection of the current web. The title [...]

    Read more →