I'm using the versioning provider, and all the VersioningFile.* and UnifiedFile.* events only fire when files themselves are added/moved/etc, not when file summaries are saved/updated.
Is there a way to hook when a unified file summary is saved? Or is there a smart way of accomplishing the same thing somehow?
I got a tip at http://world.episerver.com/Forum/Pages/Thread.aspx?id=22196 to implement my own Unified Provider, which was just the Versioning Provider but with the added Summary save hooks. Does anyone have experience in doing something like this? Is it much work?
(This is cross-posted to the "CMS 5" forum.)
I'm using the versioning provider, and all the VersioningFile.* and UnifiedFile.* events only fire when files themselves are added/moved/etc, not when file summaries are saved/updated.
Is there a way to hook when a unified file summary is saved? Or is there a smart way of accomplishing the same thing somehow?