Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Anton Oosthuizen 206 posts 486 karma points
    Dec 01, 2014 @ 11:40
    Anton Oosthuizen
    0

    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

     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

Please Sign in or register to post replies

Write your reply to:

Draft