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
I am accessing the currently logged in member through
var m = Member.GetCurrentMember();
How can i change the name of the member m?
I have tried to use m.GetPropertyValue("Name").Value but that throws error "Object reference not set to an instance of an object"
Hi Anton
@m.Text
Take a look at the code samples for the member picker here for further info and exmaples
Thanks,
Jeavon
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
Get and update member name
I am accessing the currently logged in member through
How can i change the name of the member m?
I have tried to use m.GetPropertyValue("Name").Value but that throws error "Object reference not set to an instance of an object"
Hi Anton
@m.Text
Take a look at the code samples for the member picker here for further info and exmaples
Thanks,
Jeavon
is working on a reply...