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 manager operates on job application providers which inherit from JobsDataProviderBase. The component to use when you want to work with the model is the manager.
To implement the manager, perform the following:
EXAMPLE: For more information about the contents of the file, refer to class JobsManager.cs from the downloaded sample project.
JobsManager.cs
In this class, JobsManager inherits from ContentManagerBase and IContentLifecycleManager. ContentManagerBaseJobsDataProviderBase specifies the base class of the providers that this manager works with. ConfigElementDictionary<string, DataProviderSettings> ProvidersSettings is a dictionary, defined in JobsConfig, that contains available providers. You define JobsModule and JobsConfig in later steps of this tutorial.
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