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 all,
is there a better way than this one to setValue: currentMember.SetValue("Telephone", model.Telephone);
currentMember.SetValue("Telephone", model.Telephone);
I would like to do this in the same way we do it for the member or content name currentMember.Telephone = model.Telephone;
currentMember.Telephone = model.Telephone;
Thanks
Josip
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
Prettier way to SetValue
Hi all,
is there a better way than this one to setValue:
currentMember.SetValue("Telephone", model.Telephone);
I would like to do this in the same way we do it for the member or content name
currentMember.Telephone = model.Telephone;
Thanks
Josip
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.