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 Jobs module registers all necessary components to work with job applications and creates the backend pages that provide an overview of submitted job applications.
To implement the module, perform the following:
ContentModuleBase
InstallPages
InstallConfiguration
EXAMPLE: For more information about the contents of the file, refer to class JobsModule.cs from the downloaded sample project.
JobsModule.cs
In this class, the JobsModule inherits from ContentModuleBase class - the default base class for content-based modules. The property public overrides Type[] Managers and returns the manager, which this module uses. The Initialize method is executed every time Sitefinity CMS starts. The method registers the JobsConfig configuration class - , the JobsResources resource class, which contains localized strings, and the backend service.InstallConfiguration registers the upload control in the Sitefinity CMS toolbox.
InstallPages creates the necessary backend pages using definitions. Definitions are the properties that a widget needs so that it is displayed in the user interface. First, you get the modules node. Then, you create a manager to get the jobs node. If the jobs node is not yet created, you create it. After the jobs node is created, you define the backend view.
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