Table of Contents

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. 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.

ContentModuleConfiguration

The Class ContentModuleConfiguration represents reusable configurations for content modules

ContentModuleConfigurationService

Provides methods for querying content module configuration information.

ContentModuleFactory

Responsible for creating instances of content modules.

Module

Represents a module registration in Dynamicweb database

ModuleSearchSettings

Represents module settings

ModuleService
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.

To top