Copied to clipboard

Flag this post as spam?

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


  • vijay 129 posts 152 karma points
    Jan 05, 2010 @ 13:43
    vijay
    0

    Can i use umbraco api functions like Member.Getall() like those in xslt?

    Hi all,

    can any one tell me Can i use umbraco api functions like Member.Getall() like those in xslt?

    ---vijay.

  • Dirk De Grave 4537 posts 6006 karma points MVP 3x admin c-trib
    Jan 05, 2010 @ 14:09
    Dirk De Grave
    0

    Any static method that gets compiled into an assembly can be used as an xslt extension method. Check this reference for more info on how to build and consume xslt extensions. Alternatively, you could use some inline script to call c# functions (not recommended as there seems to be some performance issues)

     

    Hope this helps.

    Regards,

    /Dirk

  • vijay 129 posts 152 karma points
    Jan 06, 2010 @ 05:44
    vijay
    0

    hi dirk,

    Thanks for your reply.

    ---vijay.

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

Please Sign in or register to post replies