Copied to clipboard

Flag this post as spam?

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


  • Brad Ford 34 posts 75 karma points
    Jul 08, 2013 @ 07:44
    Brad Ford
    0

    Get member by custom property?

    I have the membership stuff working fine on the site I am working on.

    Members have few custom properties defiend in the web.config and which get set and updated via the code. All good.

    One of these member properties is called AvatarName.

    I want to make all call from my code to return all users with same avatar name. Or even better,return the last one entered. How is this possible with the membership provider used in Umbraco?  How do I query the membership?

     

     

     

     

  • Dennis Aaen 4457 posts 17970 karma points admin hq c-trib
    Jul 08, 2013 @ 08:15
    Dennis Aaen
    0

    Hi Brad,

    Maybe this documentation can help you.

    http://our.umbraco.org/documentation/Reference/Querying/uQuery/Members

    I hope so.

    /Dennis

  • Jeroen Breuer 4861 posts 12138 karma points MVP 3x admin c-trib
    Jul 08, 2013 @ 09:39
    Jeroen Breuer
    0

    You could try uMembership. It has a method called SearchMembersByPropertyValue.

    Jeroen

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies