Content deletednotification is not triggered when deleting content from backoffice. If the content is deleted programatically by _contentService.Delete(node), then the notification is triggered.
Content has variants and the application uses Umbraco version 12.2.
Content DeletedNotification
Content deletednotification is not triggered when deleting content from backoffice. If the content is deleted programatically by _contentService.Delete(node), then the notification is triggered.
Content has variants and the application uses Umbraco version 12.2.
What could be the issue?
The issue is fixed.
DeletedNotification will be triggered when content is deleted from recycle bin.
I used ContentMovedToRecycleBinNotification handler instead. It worked.
Thanks to Sebastiaan.
is working on a reply...