This is a free sample video from umbraco.tv.
If you wish to remove this message and watch the additional 5+ hours of
materials we have to offer, please sign up now
It's only 19 EUR per month.
This video requires an umbraco.tv subscription to watch
A sample will be loaded
If you wish to remove this message and watch the additional 5+ hours of
materials we have to offer, please sign up now or log in
It's only 19 EUR per month.
These videos might also be interesting to you:
: My first ActionHandler
ActionHandlers is a clever way to manage automation in umbraco. It's a concept that allows you to listen to events like create, publish or delete and then execute some .NET logic on the affected do...
Events: Introduction to events
You can use events in umbraco to monitor any processes and execute your own code when certains things occur in the umbraco backend.
Events can be a very flexible and powerfull way to perform autom...
Events: Cancel publishing with events
The umbraco event model supports cancelling an about to happen event. You can use this to stop publishing of documents for instance.