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
Hi I am stuck on what I thought would be simple.
I have looked at the built in member profile editor and I don't want to loop them all.
I need to get a property of a members custom properties and show the alias.
To get the Value I use. var memberV = Members.GetCurrentMember(); @memberV.GetProperty("customProperty").Value
How would I show the Title of that field ?
I thought it would be... @memberV.GetProperty("customProperty").Name or @memberV.GetProperty("customProperty").Alias
But alas :)
Kind regards
Rob
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
How do I get the Alias / Name of a specific member property.
Hi I am stuck on what I thought would be simple.
I have looked at the built in member profile editor and I don't want to loop them all.
I need to get a property of a members custom properties and show the alias.
To get the Value I use. var memberV = Members.GetCurrentMember(); @memberV.GetProperty("customProperty").Value
How would I show the Title of that field ?
I thought it would be... @memberV.GetProperty("customProperty").Name or @memberV.GetProperty("customProperty").Alias
But alas :)
Kind regards
Rob
is working on a reply...