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.
Sitefinity CMS comes with a set of built-in modules, which can be directly used in the pages you create. You can also create your own custom modules and use them side by side with the default ones.
Each Sitefinity CMS module has to inherit from ModuleBase and override the Install method. In it, add the logic for the actions the module will perform when getting added to a Sitefinity CMS site. In this case, the module creates a backend page trough which it will be accessed and it adds ContentBlock widget to that page with some text.
ModuleBase
Install
EXAMPLE: To create general purpose module in Sitefinity CMS, refer to the sample module that creates sitemap by registering HTTP handler: https://github.com/Sitefinity/Telerik.Sitefinity.Samples.Sitemap
Following is a list of some of the methods used:
GetModuleConfig()
Managers
Upgrade
LandingPageId
NOTE: A Sitefinity module may be functional without creating a page trough which the module is accessible
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