Is there an easy way to get the Letter and Alias properties from all the available "IAction" implementations in Umbraco?
I'm trying to do some fairly deep permissions integration and it would be really useful to have an easy way of finding what all the permissions letters mean.
Find the list of IAction letters/aliases
Is there an easy way to get the Letter and Alias properties from all the available "IAction" implementations in Umbraco?
I'm trying to do some fairly deep permissions integration and it would be really useful to have an easy way of finding what all the permissions letters mean.
A very quick'n'dirty way would be use reflection. If you bung the following in a razor script it will get you some of the way:
is working on a reply...