Class | Description | |
---|---|---|
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. | |
ContextManager | Public class to handle all interaction with the HttpContext. | |
ContextManager.Cookies | This class is used to manage cookie usages. This accomplishes--among other things--the ability to comply with EU cookie regulations. | |
Database | This class contains functions to handle database connection and interaction. | |
DatabaseSchema | Provides methods for reading database layouts from connections. Can provide information on tables and their columns. Supports SQL-Server and MS Access. | |
DataManager | Provides methods to update data on tables in Dynamicweb databases | |
Dates | This class contains functions for dates used in Dynamicweb. | |
EmailHandler | Provides static members for sending e-mails with logging and Dynamicweb system settings for mail servers. | |
ExecutingContext | Provides static members for Dynamicweb environment variables. | |
Input | 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. | |
LogToFile | Provides static members for logging events to log files in /Files/System/Log/ in filemanager | |
PageTemplateExtender | Pageview template extender. Extends the rendering of a Dynamicweb.Frontend.PageView. | |
Properties | This class contains the functions and properties for work with properties hashtable related to module settings on a paragraph. | |
Security | This class contains functions to handle with security. |
Enumeration | Description | |
---|---|---|
Dates.DateFormat | Determins the date format returned by Dates.ShowDate. | |
LogToFile.LogElements | Indicates the types of system elements to add to the log. Multiple elements can be added by 'element1 OR element2 OR ... OR elementN' | |
LogToFile.LogType | Indicates when to split the log. |