I wanted to get a property from the members area of the backend and cannot get it out easily!
I have added a member picker to the members details tab to allow the user to assign a business(member type) as a business.
How would i get the name value assigned?
Currently i am
Getting the memberId.
Then getting the Guid.
Stripping off 'umb://member/' from the Guid
Writing a SQL query to get the name of the business from the text column in umbracoNode table WHERE Guid = Guid.
Getting custom Member data in controller
Hello,
I wanted to get a property from the members area of the backend and cannot get it out easily!
I have added a member picker to the members details tab to allow the user to assign a business(member type) as a business. How would i get the name value assigned?
Currently i am
Is there an easier way?
Many thanks,
Sam.
is working on a reply...