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
How do I get the name of af member (not the current member) by its id.
I can get the loginname like this - but what about the real name?
Member m = new Member(nodeId);return m.LoginName;
m.Text;
The membername is m.Text.
If your real name is stored in a property of the member you can get it like this
m.getProperty("realname").Value
Look at this page for more information about working with members api
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
Getting member name
How do I get the name of af member (not the current member) by its id.
I can get the loginname like this - but what about the real name?
The membername is m.Text.
If your real name is stored in a property of the member you can get it like this
Look at this page for more information about working with members api
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.