IMPORTANT: This version of Sitefinity CMS is out of support and the respective product documentation is no longer maintained and can be outdated. Use the version selector to view a supported product version.
The Libraries module (including Images, Documents and Videos) exposes some events that you can use. As with the rest of the events, there are interfaces which describe the event contract and concrete classes implementing those interfaces. We recommend that you always use the interface to subscribe for the event.
This is the full list of events exposed by the Libraries module.
This interface is implemented by all events that fire when a media content item (image, document, video) is downloaded, namely IMediaContentDownloadingEvent and IMediaContentDownloadedEvent. Use it if you want to subscribe to both its child events.
IMediaContentDownloadingEvent
IMediaContentDownloadedEvent
In the event handler, you can access the following information:
This interface is implemented by all events that fire before a media content item (image, document, video) is downloaded.
This interface is implemented by all events that fire after a media content item (image, document, video) has been downloaded.
Back To Top
To submit feedback, please update your cookie settings and allow the usage of Functional cookies.
Your feedback about this content is important