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 SystemManager is a helper class that simplifies working within the Sitefinity CMS system. To use the SystemManger you will need to include the Telerik.Sitefinity.Services namespace in your project. The following events are exposed by the SystemManager class:
The ApplicationStart event occurs when the Sitefinity CMS application initialized. It is similar to the Bootstrapper.Initialized event and can be used as an alternative. To subscribe for this event use the following code:
In the event handler you can add your own logic
The ModelReset event occurs when Sitefinity CMS updates the model during the runtime. To subscribe for this event use the following code:
In the event handler you can add your own logic.
The ShuttingDown event occurs when the Sitefinity CMS system is shutting down. To subscribe for this event use the following code:
The Shutdown event occurs when the Sitefinity CMS system is shut down. To subscribe for this event use the following code:
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