I would like to run some C# code from the backend. I think the easiest way would be to attach a new menu item to the developer section.
How would I do this? Let's say I would like to add a new MenuItem called "Tools" with a sub item "DataBase Tools".
Could someone point me in the right direction for this please?
Add a new menu itme to BackEnd
Hello guys,
I would like to run some C# code from the backend. I think the easiest way would be to attach a new menu item to the developer section. How would I do this? Let's say I would like to add a new MenuItem called "Tools" with a sub item "DataBase Tools".
Could someone point me in the right direction for this please?
Thanks!
Umbraco version 7.2.1 assembly: 1.0.5462.37503
You can do this in a variety of ways. The easiest is to create a custom dashboard item.
You can link the dashboard to a view or user control pretty easily.
If you want something more complex, you may want to create a custom tree.
This might be a good starting point for you: http://www.nibble.be/?p=440
is working on a reply...