Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • ashwini 43 posts 63 karma points
    May 23, 2012 @ 21:01
    ashwini
    0

    How to display members from a group ?

    I have used CMS import to import all the members into a membergroup. I want to display all the members from that group on a webpage. I tried to research about the issue but there is not much documentation and i am pretty new to umbraco. Any one please point me in the right direction ??

    Thanks in advance !

    Ashwini.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    May 24, 2012 @ 07:28
    Richard Soeteman
    0

    Hi,

    You could use the RoleProvider for that. 

    Roles.GetUsersInRole("admin")

    admin is the role you want to retrieve

    Cheers,

    Richard

  • ashwini 43 posts 63 karma points
    May 25, 2012 @ 00:01
    ashwini
    0

    I will look into the option Richard...thanks for the response...i will keep you posted on updates...

  • ashwini 43 posts 63 karma points
    May 25, 2012 @ 20:50
    ashwini
    0

    does this function return just the usernames of the members ?? I am actually looking for something that would display member properties like first name, last name, job title etc...any suggestions ?

Please Sign in or register to post replies

Write your reply to:

Draft