Press Ctrl / CMD + C to copy this to your clipboard.
This post will be reported to the moderators as potential spam to be looked at
Hi,
the AfterAddToCache- and BeforeAddToCache-Event not fire in umbraco 6.1.6,
This is my code:
protected override void ApplicationStarted(UmbracoApplicationBase umbracoApplication, ApplicationContext applicationContext) { Document.AfterPublish += Document_AfterPublish; Document.AfterUnPublish += Document_AfterUnPublish; Member.AfterAddToCache += Member_AfterAddToCache; } private void Member_AfterAddToCache(Member sender, AddToCacheEventArgs e) { umbraco.library.SendMail("[email protected]", "[email protected]", "Start", "Start Eventhandler", false); }
Both Document-Events works fine, but the member-event don't fire. I have the same problem with the BeforeAddToCache-Event.
Has anyone an idea?
Best regards Sören
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.
Continue discussion
Member AfterAddToCache Event not fire in V6
Hi,
the AfterAddToCache- and BeforeAddToCache-Event not fire in umbraco 6.1.6,
This is my code:
Both Document-Events works fine, but the member-event don't fire. I have the same problem with the BeforeAddToCache-Event.
Has anyone an idea?
Best regards
Sören
is working on a reply...
This forum is in read-only mode while we transition to the new forum.
You can continue this topic on the new forum by tapping the "Continue discussion" link below.