Dynamicweb 8 Documentation
ContentModule Class Properties


For a list of all members of this type, see ContentModule members.

Public Properties
 NameDescription
Public PropertyFormatterGets or sets the formatter that is used to serve special type of the content to the clients.  
Public PropertyFormattingRequiredGets value indicating whether content of the special type must be served to the client.  
Public PropertyModuleSystemNameGets the system name of the module currently being attached  
Public PropertyPageviewGets the PageView instance and gives you information about the current page that your module is used in. It gives you access to properties like the Page, the AreaID, information like style sheets and templates that are effective and it provides access to the current User of the page.  
Public PropertyParagraphIdGets the paragraph ID of the current paragraph attaching the module  
Public PropertyParagraphRowGets a DataRow that contains information about the current paragraph that your module is used in. It contains information like the ParagraphID, the ParagraphPageID and the ParagraphModuleSettings, which provides information about data the user has entered in the module.  
Public PropertyPropertiesGets or sets a Properties object with values of the settings set when this instance of the module was attached to a paragraph.  
Public PropertyRequestGets the HttpContext.Current.Request instance. Use Input.Request for requesting Querystring and form values to SQL Escape input..  
Public PropertyResponseGets the HttpContext.Current.Response instance.  
Public PropertyServerGets the HttpContext.Current.Server instance.  
Public PropertySessionGets the HttpContext.Current.Session instance.  
Top
See Also

Reference

ContentModule Class
Dynamicweb Namespace

Send Feedback