Dynamicweb 8 Documentation
Frontend Class Methods


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

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