Hi all,
I have a web part that I do
not want to display to three roles. What is the best way to achieve this?
I can't think of how I can use the Edit input for 'Visible' or 'Display to roles' to write a macro expression to do this. I can do it for one role, using:
{% !CurrentUser.IsInRole("roleId"); %}
But how do I do it for three?
Thanks,
Matt