We are working on UMBRACO v 4.11.8 and we would like to get final publish event in which if a parent is published with all it's children than once it finishes all publishing a final indication or event which provides that all publishing is done.
We know Document.AfterPublish event is there but it fires for all nodes (I mean firing for parent and child nodes). If there is any other method or API to catch it then it will be good.
I'm not sure if there is a final publish event with the old v4 API. You could check the source code, but I think you can only use Document.AfterPublish.
Getting final publish event
Hi,
We are working on UMBRACO v 4.11.8 and we would like to get final publish event in which if a parent is published with all it's children than once it finishes all publishing a final indication or event which provides that all publishing is done.
We know Document.AfterPublish event is there but it fires for all nodes (I mean firing for parent and child nodes). If there is any other method or API to catch it then it will be good.
Thanks in advance.
Regards,
Harshil Shukla
Hello,
I'm not sure if there is a final publish event with the old v4 API. You could check the source code, but I think you can only use Document.AfterPublish.
Jeroen
is working on a reply...