Namespace Dynamicweb.Modules
Classes
- ContentModule
- Responsible for outputting the HTML for your module in the frontend. A module can be attached to a paragraph in the administration.
ContentModuleis responsible for having the paragraph return some module output. Inherit this class and override the GetContent method to return the HTML for the module as a string.
- ContentModuleFactory
- Responsible for creating instances of content modules.
- Module
- Represents a module registration in Dynamicweb database
- ModuleSearchSettings
- Represents module settings
- Properties
- This class contains the methods and properties for work with properties hashtable related to module settings on a paragraph.
Interfaces
- IModule
- A marker interface for modules.
- IModuleService
- The IModuleService interface defines operations for working with module settings.