Dynamicweb 8 Documentation
Dynamicweb Namespace
Inheritance Hierarchy
The Dynamicweb namespace contains fundamental classes that define commonly-used system features such as connecting to databases, e-mail handling and input handling.
Classes
 ClassDescription
ClassContentModule 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.
ClassContextManager Public class to handle all interaction with the HttpContext.
ClassContextManager.Cookies This class is used to manage cookie usages. This accomplishes--among other things--the ability to comply with EU cookie regulations.
ClassDatabase This class contains functions to handle database connection and interaction.
ClassDatabaseSchema Provides methods for reading database layouts from connections. Can provide information on tables and their columns. Supports SQL-Server and MS Access.
ClassDataManager Provides methods to update data on tables in Dynamicweb databases
ClassDates This class contains functions for dates used in Dynamicweb.
ClassEmailHandler Provides static members for sending e-mails with logging and Dynamicweb system settings for mail servers.
ClassExecutingContext Provides static members for Dynamicweb environment variables.
ClassInput Utility class to handle input from web requests and formatting of data from external sources such as querystrings or databases. Ensures formatting and shortcuts to getting secure data from forms and querystrings.
ClassLogToFile Provides static members for logging events to log files in /Files/System/Log/ in filemanager
ClassPageTemplateExtender Pageview template extender. Extends the rendering of a Dynamicweb.Frontend.PageView.
ClassProperties This class contains the functions and properties for work with properties hashtable related to module settings on a paragraph.
ClassSecurity This class contains functions to handle with security.
Enumerations
 EnumerationDescription
EnumerationDates.DateFormat Determins the date format returned by Dates.ShowDate.
EnumerationLogToFile.LogElements Indicates the types of system elements to add to the log. Multiple elements can be added by 'element1 OR element2 OR ... OR elementN'
EnumerationLogToFile.LogType Indicates when to split the log.
See Also

Reference

Dynamicweb Assembly

Send Feedback