Copied to clipboard

Flag this post as spam?

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


  • Fredrik Esseen 594 posts 830 karma points
    Sep 22, 2009 @ 15:43
    Fredrik Esseen
    0

    Set members custom properties from usercontrol

    Hi!

    Ive created a user control to register members on the site and I've created some custom properties on the member.

    Now I want to set this properties when I create the member but theres no possibily to set property, only getproperty.

    Is this the only way to go? Seems a bit overkill...
    http://www.aaron-powell.com/blog/july-2009/umbraco-member-profiles.aspx

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Sep 22, 2009 @ 16:00
    Dirk De Grave
    2

    froad,

    getProperty('propertyAlias');

    returns a Property object, which has a Value property (both setter and getter)!

     

    Cheers,

    /Dirk

  • 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