Dynamicweb 8 Documentation
InitializeModule Method (ContentModule)

A System.Datarow with all columns from Paragraph table
An instance of the current pageview being showed
Initializes the instance. Can be overridden
Syntax
'Declaration
 
Public Overridable Sub InitializeModule( _ 
   ByVal paragraphRow As DataRow, _ 
   ByVal pageview As PageView _ 
) 
public virtual void InitializeModule( 
   DataRow paragraphRow,
   PageView pageview 
)

Parameters

paragraphRow
A System.Datarow with all columns from Paragraph table
pageview
An instance of the current pageview being showed
Remarks
Used internally. Dynamicweb handles the initialization and this method should normally not be called
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ContentModule Class
ContentModule Members

Send Feedback