Copied to clipboard

Flag this post as spam?

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


  • Tom 713 posts 954 karma points
    May 31, 2011 @ 03:37
    Tom
    0

    GetCurrentMember Active Directory Memberhship Provider?

    Hi Guys,

    I was just wondering if we need to make our own XlstExtensions for queries on the membership if we're looking at getting members and roles etc.. the problem being that Member.GetCurrentMember returns nothing..

     

    will this feature be implemented in future versions so we can use the native xlst stuff?

    Cheers,

    Tom

  • Richard Soeteman 4047 posts 12900 karma points MVP 2x
    May 31, 2011 @ 12:47
    Richard Soeteman
    1

    Hi Tom,

    Think you need to create your own indeed. The current one is build on top of the internal Member API. You can create your own XsltExtension class that uses the MemberShip API. Changing this could break exsisting Xslt's so I'm not sure this will be changed, otherwise it would already be done I think.

    Check this article how to write an XsltExtension

    Cheers,

    Richard

  • Tom 713 posts 954 karma points
    Jun 01, 2011 @ 01:23
    Tom
    0

    Hi Richard.. thanks so much.. yes I ended up writing my own extension which does the business well! Cheers,
    Tom

Please Sign in or register to post replies

Write your reply to:

Draft