Copied to clipboard

Flag this post as spam?

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


  • siva kumar 120 posts 209 karma points
    Nov 24, 2012 @ 11:49
    siva kumar
    0

    how to get the group names for a protected document/node (with role based protection) in razor

    i got a solution with xslt function but i can't separate the tags as normal string how to do that ?can any body have an ide abou this?

      var v=umbraco.library.AllowedGroups(Id,Path);
          
     <h1>@v</h1>

    ouput:

    ReportsTechnical

    but i want to separate these 2 member groups in razor how to do that can any one tell me?

     

  • 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