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 192 posts 470 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

  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies