Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
I am trying to get all properties for a member and noticed that the getProperties property has been depricated, what shoudl we use instead?
You should use the ASP.Net membership profile provider to define your members properties.
Cheers Slace, have you got a quick example you could show me please?
http://www.aaron-powell.com/umbraco-members-profiles
Images don't work ATM, I'll get to fixing that one day :P
Thanks Slace will probably get back to this next week
Thanks Slace will probably get back to this next week, appreciate the help though
If you don't want to go through writing all that could I think you can still do:
yourMember.GenericProperties.Where(p => p.PropertyType.Alias == "yourAlias").FirstOrDefault().Value
Thanks Yannick,
I.O.U 1 pint of beer
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Member.getProperties depricated, whats the alternative?
I am trying to get all properties for a member and noticed that the getProperties property has been depricated, what shoudl we use instead?
You should use the ASP.Net membership profile provider to define your members properties.
Cheers Slace, have you got a quick example you could show me please?
http://www.aaron-powell.com/umbraco-members-profiles
Images don't work ATM, I'll get to fixing that one day :P
Thanks Slace will probably get back to this next week
Thanks Slace will probably get back to this next week, appreciate the help though
If you don't want to go through writing all that could I think you can still do:
Thanks Yannick,
I.O.U 1 pint of beer
is working on a reply...