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 610 posts 906 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 4541 posts 6021 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

Please Sign in or register to post replies

Write your reply to:

Draft