Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Peter Grillo Frederiksen 34 posts 67 karma points
    Jun 25, 2010 @ 13:23
    Peter Grillo Frederiksen
    0

    .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:

    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

Please Sign in or register to post replies

Write your reply to:

Draft