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!
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
froad,
getProperty('propertyAlias');
returns a Property object, which has a Value property (both setter and getter)!
Cheers,
/Dirk
is working on a reply...
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.
Continue discussion
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
froad,
returns a Property object, which has a Value property (both setter and getter)!
Cheers,
/Dirk
is working on a reply...
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.