Namespace Dynamicweb.Modules
Classes
- Content
Module Responsible for outputting the HTML for your module in the frontend. A module can be attached to a paragraph in the administration.
ContentModule
is 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.
- Content
Module Configuration The Class ContentModuleConfiguration represents reusable configurations for content modules
- Content
Module Configuration Service Provides methods for querying content module configuration information.
- Content
Module Factory Responsible for creating instances of content modules.
- Module
Represents a module registration in Dynamicweb database
- Module
Search Settings 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.