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 using the following code to get information about a logged on member:
MembershipUser loUser = Membership.GetUser(lsUsername);Member loUmbracoMember = umbraco.cms.businesslogic.member.Member.GetCurrentMember();
How do I access the members "Name"
Cheers,
Marc
loUmbracoMember.Text
Magic, that was easy!!! Cheers Artem.
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
Get name of member programmatically
I am using the following code to get information about a logged on member:
MembershipUser loUser = Membership.GetUser(lsUsername);
Member loUmbracoMember = umbraco.cms.businesslogic.member.Member.GetCurrentMember();
How do I access the members "Name"
Cheers,
Marc
Magic, that was easy!!! Cheers Artem.
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.