Hi everyone,
I'm trying to port Umbraco to v8 and I hit the wall again. We have RecordService.RecordSubmitted event added that plays significant role in our system. In v8 RecordService became internal, so the only access to it is via IRecordService interface, which does not have RecordSubmitted event.
Is there a way to fire my own event on record submission, or do I have to handle it with reflection?
RecordService.RecordSubmitted event
Hi everyone, I'm trying to port Umbraco to v8 and I hit the wall again. We have
RecordService.RecordSubmitted
event added that plays significant role in our system. In v8RecordService
became internal, so the only access to it is viaIRecordService
interface, which does not haveRecordSubmitted
event.Is there a way to fire my own event on record submission, or do I have to handle it with reflection?
is working on a reply...