Dynamicweb 8 Documentation
Frontend Class Members
Properties  Methods 


The following tables list the members exposed by Frontend.

Public Constructors
 NameDescription
Public ConstructorFrontend Constructor  
Top
Public Properties
 NameDescription
Public PropertyFiltersGets a list of search filters according to paragraph settings configuration.  
Public PropertyFormatterGets or sets the formatter that is used to serve special type of the content to the clients. (Inherited from Dynamicweb.ContentModule)
Public PropertyFormattingRequiredGets value indicating whether content of the special type must be served to the client. (Inherited from Dynamicweb.ContentModule)
Public PropertyModuleSystemNameGets the system name of the module currently being attached (Inherited from Dynamicweb.ContentModule)
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. (Inherited from Dynamicweb.ContentModule)
Public PropertyParagraphIdGets the paragraph ID of the current paragraph attaching the module (Inherited from Dynamicweb.ContentModule)
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. (Inherited from Dynamicweb.ContentModule)
Public PropertyParagraphSettingsGets the module paragraph settings.  
Public PropertyPropertiesGets or sets a Properties object with values of the settings set when this instance of the module was attached to a paragraph. (Inherited from Dynamicweb.ContentModule)
Public PropertyRequestGets the HttpContext.Current.Request instance. Use Input.Request for requesting Querystring and form values to SQL Escape input.. (Inherited from Dynamicweb.ContentModule)
Public PropertyResponseGets the HttpContext.Current.Response instance. (Inherited from Dynamicweb.ContentModule)
Public PropertyServerGets the HttpContext.Current.Server instance. (Inherited from Dynamicweb.ContentModule)
Public PropertySessionGets the HttpContext.Current.Session instance. (Inherited from Dynamicweb.ContentModule)
Top
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)DeleteGroupDisplayCacheDelete group display cache  
Public MethodDoTheSearchOverloaded.   
Public MethodEcomRender  
Public MethodFinalizeModuleOverride this method to provide code that needs to be executed after the module has been attached and rendered (Inherited from Dynamicweb.ContentModule)
Public MethodGetContentOverridden.   
Public MethodInitializeModuleOverridden. Initializes the module.  
Public MethodList  
Public MethodListProductsOverloaded.   
Public MethodRenderGroup  
Public MethodRenderProduct  
Public MethodRequestContextGets the value of Name in HTTP query string or post variables. Instead of using Request.QueryString or Request.Form. INFO: Calling this function is context sensitive to the paragraph the module is attached to. That means it will only return a value if PID=123 equals the ParagraphID of the paragraph currently attaching the module or if PID is not specified. This is usefull when the same module is attached several times on the same page and you want different states of the modules on each paragraph. I.e. adding a querystring variable PageNum=2 would cause 2 instances of the module on the same page to change to page 2 when using normal request. If changed to PID=123&PageNum=2 and using RequestContext would make only one of the instances go to page 2. (Inherited from Dynamicweb.ContentModule)
Top
Protected Methods
 NameDescription
Protected MethodCreateResponseCreates new response object which will be used to send a content of a special type to the client. (Inherited from Dynamicweb.ContentModule)
Top
See Also

Reference

Frontend Class
Dynamicweb.eCommerce.Frontend Namespace

Send Feedback