I want to run some code before package uninstall, but for what I'm noticing InstalledPackage.BeforeDelete isn't called before Umbraco.Web.Editors.PackageInstallController.Uninstall and Umbraco.Web.Editors.PackageInstallController.PerformUninstall
Is there a way to run code before this happens or is there no built-in event for it?
Run code before package uninstall
I want to run some code before package uninstall, but for what I'm noticing
InstalledPackage.BeforeDelete
isn't called beforeUmbraco.Web.Editors.PackageInstallController.Uninstall
andUmbraco.Web.Editors.PackageInstallController.PerformUninstall
Is there a way to run code before this happens or is there no built-in event for it?
is working on a reply...