Send custom notification back to UI from publish event
I am using a RegisterEventHandler class to trap umbraco publish event.
In the ContentService_Publishing method I run some custom code and then let the publish continue.
I want to be able to send a custom notification message back to the UI from this method - how can I do that?
Send custom notification back to UI from publish event
I am using a RegisterEventHandler class to trap umbraco publish event. In the ContentService_Publishing method I run some custom code and then let the publish continue. I want to be able to send a custom notification message back to the UI from this method - how can I do that?
is working on a reply...