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'm trying to register a member using the Membershiphelper
var registerModel = Members.CreateRegistrationModel("Member");
I access the memberProperties and get a list of properties
but it returns the UmbracoProperty Class
public class UmbracoProperty { public string Alias { get; set; } public string Value { get; set; } public string Name { get; set; } }
I want my memberProperties list to be in the same sort order as the backend but from the information returned I don't know how to do this
Any advice
Thanks
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
U 7.2 Sorting Member Properties as listed in backend
Hi
I'm trying to register a member using the Membershiphelper
var registerModel = Members.CreateRegistrationModel("Member");
I access the memberProperties and get a list of properties
but it returns the UmbracoProperty Class
I want my memberProperties list to be in the same sort order as the backend but from the information returned I don't know how to do this
Any advice
Thanks
is working on a reply...