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
Hey all.
I'm trying to write a usercontrol, where i need to find the NodeTypeAlias from the member currently logged ind.
I know, that if I want to get the email of the member, i can write the following:
string EmAddressLabel = myMember.Email;
But i can't figure out, how to get the NodeType og NodeTypeAlias of the member logged in. I've tried different things like:
string TheMemberType = myMember.NodeType;
But that's no good.
I know how to get the value using XSLT, but i can't seem to figure this out. Can anybody guide me in the right direction? Thx
/Peter
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
.net usercontrol - get NodeTypeAlias
Hey all.
I'm trying to write a usercontrol, where i need to find the NodeTypeAlias from the member currently logged ind.
I know, that if I want to get the email of the member, i can write the following:
But i can't figure out, how to get the NodeType og NodeTypeAlias of the member logged in. I've tried different things like:
But that's no good.
I know how to get the value using XSLT, but i can't seem to figure this out. Can anybody guide me in the right direction? Thx
/Peter
is working on a reply...