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
The event handler signature is
private void NodeSavedHandler(IContentService sender, SaveEventArgs<IContent> args)
How does one get to the UmbracoHelper from here? I need to access other content, and would preferred to use the cached versions.
Anyone know?
Have you tried this?
UmbracoContext.Current.ContentCache
is working on a reply...
Write your reply to:
Upload image
Image will be uploaded when post is submitted
ContentService.Saved Event handler - how do you get UmbracoHelper?
The event handler signature is
How does one get to the UmbracoHelper from here? I need to access other content, and would preferred to use the cached versions.
Anyone know?
Have you tried this?
is working on a reply...