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
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:
but i want to separate these 2 member groups in razor how to do that can any one tell me?
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
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?
is working on a reply...