Copied to clipboard

Flag this post as spam?

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


  • notarry 11 posts 31 karma points
    Jul 14, 2011 @ 07:37
    notarry
    0

    How to get member list from group name

    hi,

    i want to get all member detail from group name like "Editor", how to do that?

    thanks

  • Richard Soeteman 4045 posts 12898 karma points MVP 2x
    Jul 14, 2011 @ 08:46
    Richard Soeteman
    1

    Hi,

    You can use the following API call. The member methods are obsolete but still the easiest way to achieve this. Make sure to cache the result since it is very slow. For MemberExport I did a direct database call to get all the info

    MemberGroup.GetByName("Editor").GetMembers();

    Cheers,

    Richard

  • notarry 11 posts 31 karma points
    Jul 14, 2011 @ 09:28
    notarry
    0

    thanks. Richard, can you tell me where i can find list of function with description?

  • Richard Soeteman 4045 posts 12898 karma points MVP 2x
    Jul 14, 2011 @ 09:53
    Richard Soeteman
    0

    Hi,

    I gues this isn't documented, you might find something in the WIKI when you search for MemberGroup but real API documentation is missing at the moment.

    Cheers,

    Richard

  • notarry 11 posts 31 karma points
    Jul 14, 2011 @ 11:54
    notarry
    0

    thanks again. i think now umbraco is difficult to find document.

  • Lee Kelleher 4026 posts 15836 karma points MVP 13x admin c-trib
    Jul 14, 2011 @ 12:08
    Lee Kelleher
    0

    Hi notarry,

    The way I learnt to find my way around the Umbraco core APIs was to have open Reflector.NET and browsed through the classes/methods (Reflector has a good search function too).

    Small note, since I started with Umbraco, Reflector is no longer "free" ... so if you want an open-source alternative, then try ILSpy.

    Cheers, Lee.

  • Hendy Racher 863 posts 3849 karma points MVP 2x admin c-trib
    Jul 14, 2011 @ 12:30
    Hendy Racher
    1

    Hi,

    As well as ILSpy, there's also dotPeek which is also free.

Please Sign in or register to post replies

Write your reply to:

Draft