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?
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?
Hi Brad,
Maybe this documentation can help you.
http://our.umbraco.org/documentation/Reference/Querying/uQuery/Members
I hope so.
/Dennis
You could try uMembership. It has a method called SearchMembersByPropertyValue.
Jeroen
is working on a reply...